@staticmethod
    def scale_image_roi_relative_centre(origin_coordinate, end_coordinate, scale_factor):
        """
        Scales the boundary edge of an image relative to the centre coordinate, based upon a specific scale factor.