We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d92f2 commit 6fb484cCopy full SHA for 6fb484c
modules/xfeatures2d/misc/python/test/test_descriptors.py
@@ -17,7 +17,7 @@ def test_create(self):
17
self.assertFalse(msd is None)
18
19
img1 = np.zeros((100, 100, 3), dtype=np.uint8)
20
- kp1_, des1_ = msd.detectAndCompute(img1, None)
+ kp1_ = msd.detect(img1, None)
21
22
23
if __name__ == '__main__':
0 commit comments