mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fixed several test failures; currently 9 out of 73 tests fail
This commit is contained in:
@@ -72,7 +72,7 @@ void CV_BRISKTest::run( int )
|
||||
cvtColor(image1, gray1, COLOR_BGR2GRAY);
|
||||
cvtColor(image2, gray2, COLOR_BGR2GRAY);
|
||||
|
||||
Ptr<FeatureDetector> detector = Algorithm::create<FeatureDetector>("Feature2D.BRISK");
|
||||
Ptr<FeatureDetector> detector = BRISK::create();
|
||||
|
||||
vector<KeyPoint> keypoints1;
|
||||
vector<KeyPoint> keypoints2;
|
||||
|
||||
Reference in New Issue
Block a user