concepts.vision.fm_match.dino.dino_match.visualize_matches# visualize_matches(source_img, target_imgs, source_xys, best_match_yxs_s, best_match_scores_s, match_orders, heatmaps=None, num_rows=None, save_path=None, save_and_show=False)[source]# Parameters: source_img (Image) target_imgs (list[Image]) source_xys (List[tuple[int, int]]) best_match_yxs_s (List[List[ndarray | tuple]]) best_match_scores_s (List[List[float]]) match_orders (List[ndarray]) heatmaps (List[ndarray]) num_rows (int) save_path (str) save_and_show (bool)