changed the way of HARRIS creation

pull/2/head
Maria Dimashova 13 years ago
parent 839761fa3d
commit 63d8eedc51
  1. 2
      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<FeatureDetector>("Feature2D.HARRIS"));
test.safe_run();
}

Loading…
Cancel
Save