Commit 970ef3ce authored by jay's avatar jay
Browse files

changed the api call for sift and missed it in the last commit

parent fbf76072
Loading
Loading
Loading
Loading
+1 −1
Changes for autocnet/matcher/tests/test_feature_extractor.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class TestFeatureExtractor(unittest.TestCase):

    def test_extract_vlfeat(self):
        kps, descriptors = feature_extractor.extract_features(self.data_array,
                                                              method='vl_sift',
                                                              method='vlfeat',
                                                              extractor_parameters={})
        self.assertIsInstance(kps, pd.DataFrame)
        self.assertEqual(descriptors.dtype, np.float32)