Commit 63d8eedc authored by Maria Dimashova's avatar Maria Dimashova

changed the way of HARRIS creation

parent 839761fa
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment