@staticmethod
    def calc_ed_template_match_score_scaled_slow(template_patch, scaled_search_window):
        """
        Alternative method to calculate the Euclidean Distance similarity between two images, geometrically-scaling the first image as
        appropriate in order to match the dimensions of the second image.