@staticmethod
    def scale_image_interpolation_man(source_image, scale_factor):
        """
        Scales the original image by INTERPOLATING between original pixels. Utilises OpenCV 'resize' function.