Loading functional_tests/test_two_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class TestTwoImageMatching(unittest.TestCase): cg.subpixel_register(clean_keys=['ransac']) # Step: cg.suppress(clean_keys = 'ratio') cg.suppress() # Step: And create a C object cnet = cg.to_cnet(clean_keys=['symmetry', 'ratio', 'ransac', 'subpixel']) Loading Loading
functional_tests/test_two_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class TestTwoImageMatching(unittest.TestCase): cg.subpixel_register(clean_keys=['ransac']) # Step: cg.suppress(clean_keys = 'ratio') cg.suppress() # Step: And create a C object cnet = cg.to_cnet(clean_keys=['symmetry', 'ratio', 'ransac', 'subpixel']) Loading