@staticmethod
    def scale_image_interpolation_auto(source_image, target_image):
        """
        Scales the original image by INTERPOLATING between original pixels.
        Calculates scale factor based upon the difference in size between two input images. Utilises OpenCV 'resize' function.