mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
python(test): tests filtering
This commit is contained in:
@@ -94,3 +94,7 @@ class lk_homography_test(NewOpenCVTests):
|
||||
self.p0 = cv2.goodFeaturesToTrack(frame_gray, **feature_params)
|
||||
|
||||
self.assertEqual(isForegroundHomographyFound, True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user