@staticmethod
    def calc_ed_template_match_score_scaled_compiled_slow(template_patch, scaled_search_window):
        """
        Slower 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. (Uses same method as 'TSEImageUtils.calc_ed_template_match_score_scaled_slow')