Loading functional_tests/test_two_image.py +0 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ class TestTwoImageMatching(unittest.TestCase): #compute subpixel offsets for the entire graph offsets = cg.compute_subpixel_offsets() self.assertEqual(len(offsets), cg.number_of_edges()) # TODO: actually do something with this # Step: And create a C object cnet = cg.to_cnet(clean_keys=['symmetry', 'ratio', 'ransac']) Loading Loading
functional_tests/test_two_image.py +0 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ class TestTwoImageMatching(unittest.TestCase): #compute subpixel offsets for the entire graph offsets = cg.compute_subpixel_offsets() self.assertEqual(len(offsets), cg.number_of_edges()) # TODO: actually do something with this # Step: And create a C object cnet = cg.to_cnet(clean_keys=['symmetry', 'ratio', 'ransac']) Loading