mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 00:01:17 +08:00
adding python smoke test for MSDDetector
This commit is contained in:
@@ -17,7 +17,7 @@ class MSDDetector_test(NewOpenCVTests):
|
||||
self.assertFalse(msd is None)
|
||||
|
||||
img1 = np.zeros((100, 100, 3), dtype=np.uint8)
|
||||
kp1_, des1_ = msd.detectAndCompute(img1, None)
|
||||
kp1_ = msd.detect(img1, None)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user