diff --git a/ui/app_class.py b/ui/app_class.py index 7f274d3..e70a770 100644 --- a/ui/app_class.py +++ b/ui/app_class.py @@ -515,6 +515,7 @@ def ui_reset_state( key: str = list(self.matcher_zoo.keys())[ 0 ] # Get the first key from matcher_zoo + flush_logs() return ( None, # image0: Optional[np.ndarray] None, # image1: Optional[np.ndarray] diff --git a/ui/utils.py b/ui/utils.py index ee2c9fe..ec3b970 100644 --- a/ui/utils.py +++ b/ui/utils.py @@ -856,6 +856,11 @@ def run_matching( ransac_confidence (float, optional): RANSAC confidence level. ransac_max_iter (int, optional): RANSAC maximum number of iterations. choice_geometry_type (str, optional): setting of geometry estimation. + matcher_zoo (Dict[str, Any], optional): matcher zoo. Defaults to None. + force_resize (bool, optional): force resize. Defaults to False. + image_width (int, optional): image width. Defaults to 640. + image_height (int, optional): image height. Defaults to 480. + use_cached_model (bool, optional): use cached model. Defaults to False. Returns: tuple: