Commit d9db950c authored by Rok Mandeljc's avatar Rok Mandeljc

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

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