samples: gpu: performance: SURF is now part of opencv_xfeatures2d

This commit is contained in:
Rok Mandeljc 2014-08-30 00:58:36 +02:00
parent db391fdfdd
commit d9db950c0e

View File

@ -284,7 +284,7 @@ TEST(SURF)
Mat src = imread(abspath("aloeL.jpg"), IMREAD_GRAYSCALE);
if (src.empty()) throw runtime_error("can't open aloeL.jpg");
SURF surf;
xfeatures2d::SURF surf;
vector<KeyPoint> keypoints;
Mat descriptors;