@staticmethod
    def calc_compare_hsv_histogram(image_1, image_2, match_method):
        """
        Performs histogram-based template matching between two images represented by the HSV colour space, utilising the OpenCV 'calcHist' and 'compareHist' functions.