changed the way of HARRIS creation

This commit is contained in:
Maria Dimashova 2012-07-16 09:26:02 +00:00
parent 839761fa3d
commit 63d8eedc51

View File

@ -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();
}