@staticmethod
    def extract_image_sub_window(source_image, origin_coordinates, end_coordinates):
        """
        Extracts a region from the original image defined by top-left and bottom-right origin coordinates.