Skip to content

Commit

Permalink
Updated test_features2d.cpp with latest API change
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Nov 5, 2014
1 parent 914b78b commit e181c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/test/test_features2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ CUDA_TEST_P(ORB, Accuracy)
cv::cuda::GpuMat descriptors;
orb(loadMat(image), loadMat(mask), keypoints, descriptors);

cv::Ptr<cv::ORB> orb_gold;
cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, WTA_K, scoreType, patchSize);

std::vector<cv::KeyPoint> keypoints_gold;
cv::Mat descriptors_gold;
Expand Down

0 comments on commit e181c76

Please sign in to comment.