@staticmethod
    def calc_template_match_compare_cv2_score(image_1, image_2, match_method):
        """
        Performs appearance-based matching between two images utilising the OpenCV 'matchTemplate' function.