Commit 26a0ea19 authored by jlaura's avatar jlaura
Browse files

Update test_two_image.py

parent 2de77bca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ class TestTwoImageMatching(unittest.TestCase):
            attributes['ratio'] = ratio_mask

            mask = np.array(ratio_mask * symmetry_mask)
            self.assertIn(len(matches.loc[mask]), range(100,300))
            self.assertIn(len(matches.loc[mask]), range(40,100))

        # Step: Compute the homographies and apply RANSAC
        cg.compute_homographies(clean_keys=['symmetry', 'ratio'])