if match_method.match_type == tse_match_methods.DISTANCE_ED:
                score, extracted_window = TSEImageUtils.calc_ed_template_match_score_scaled_compiled(template_patch, scaled_search_window)

                if self._demo_mode:
                  cv2.imshow("Extracted Patch - IMG 2", extracted_window)