diff --git a/modules/features2d/test/test_keypoints.cpp b/modules/features2d/test/test_keypoints.cpp index 5643a61cc..c3f8c6fb5 100644 --- a/modules/features2d/test/test_keypoints.cpp +++ b/modules/features2d/test/test_keypoints.cpp @@ -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("Feature2D.HARRIS")); test.safe_run(); }