Loading autocnet/graph/edge.py +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ class Edge(dict, MutableMapping): raise AttributeError('This edge does not yet have any matches computed.') matches, mask = self._clean(clean_keys) domain = self.source.handle.raster_size domain = self.source.geodata.raster_size # Massage the dataframe into the correct structure coords = self.source.get_keypoint_coordinates() Loading autocnet/graph/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ class Node(dict, MutableMapping): if not hasattr(self, '_keypoints'): raise AttributeError('No keypoints extracted for this node.') domain = self.handle.raster_size domain = self.geodata.raster_size self._keypoints['strength'] = self._keypoints.apply(func, axis=1) if not hasattr(self, 'suppression'): Loading image_match_config.yml +1 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,6 @@ fundamental_matrices: subpixel_register: clean_keys: - ratio - symmetry - fundamental template_size: 5 threshold: 0.8 search_size: 15 Loading @@ -52,7 +50,7 @@ subpixel_register: suppress: clean_keys: - fundamental - ratio # Keyword arguments min_radius: 2 Loading Loading
autocnet/graph/edge.py +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ class Edge(dict, MutableMapping): raise AttributeError('This edge does not yet have any matches computed.') matches, mask = self._clean(clean_keys) domain = self.source.handle.raster_size domain = self.source.geodata.raster_size # Massage the dataframe into the correct structure coords = self.source.get_keypoint_coordinates() Loading
autocnet/graph/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ class Node(dict, MutableMapping): if not hasattr(self, '_keypoints'): raise AttributeError('No keypoints extracted for this node.') domain = self.handle.raster_size domain = self.geodata.raster_size self._keypoints['strength'] = self._keypoints.apply(func, axis=1) if not hasattr(self, 'suppression'): Loading
image_match_config.yml +1 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,6 @@ fundamental_matrices: subpixel_register: clean_keys: - ratio - symmetry - fundamental template_size: 5 threshold: 0.8 search_size: 15 Loading @@ -52,7 +50,7 @@ subpixel_register: suppress: clean_keys: - fundamental - ratio # Keyword arguments min_radius: 2 Loading