@staticmethod
    def calc_template_match_compare_cv2_score_scaled(template_image, current_search_window, match_method):
        """
        Performs geometric scaling of the template image in order to subsequently
        run appearance-based matching utilising the OpenCV 'matchTemplate' function.