We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a0d6af + 2d3692c commit 12dd36bCopy full SHA for 12dd36b
1 file changed
Rhapso/matching/ransac_matching.py
@@ -46,7 +46,7 @@ def __init__(self, data_global, num_neighbors, redundancy, significance, num_req
46
self.image_file_prefix = image_file_prefix
47
48
def filter_inliers(self, candidates, initial_model):
49
- max_trust = 6.0
+ max_trust = 4.0
50
51
if len(candidates) < self.model_min_matches:
52
return []
0 commit comments