mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
samples: gpu: performance: SURF is now part of opencv_xfeatures2d
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user