concepts.vision.fm_match.dino.dino_match.visualize_match# visualize_match(source_img, target_imgs, source_xy, best_match_yxs, best_match_scores, match_order, heatmaps=None, num_rows=None, save_path=None, save_and_show=False)[source]# Parameters: source_img (Image) target_imgs (list[Image]) source_xy (tuple[int, int]) best_match_yxs (List[ndarray | tuple]) best_match_scores (List[float]) match_order (ndarray) heatmaps (List[ndarray]) num_rows (int) save_path (str) save_and_show (bool)