mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
changed the way of HARRIS creation
This commit is contained in:
parent
839761fa3d
commit
63d8eedc51
@ -127,7 +127,7 @@ TEST(Features2d_Detector_Keypoints_FAST, validation)
|
||||
|
||||
TEST(Features2d_Detector_Keypoints_HARRIS, validation)
|
||||
{
|
||||
CV_FeatureDetectorKeypointsTest test(FeatureDetector::create("HARRIS"));
|
||||
CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.HARRIS"));
|
||||
test.safe_run();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user