CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement

This commit is contained in:
Alexander Alekhin
2018-09-02 03:31:05 +00:00
parent a0f86479e0
commit 00cbb894ec
2 changed files with 1 additions and 5 deletions
@@ -222,7 +222,7 @@ CUDA_TEST_P(ORB, Accuracy)
{
std::vector<cv::KeyPoint> keypoints;
cv::cuda::GpuMat descriptors;
orb->detectAndComputeAsync(loadMat(image), loadMat(mask), keypoints, descriptors);
orb->detectAndComputeAsync(loadMat(image), loadMat(mask), rawOut(keypoints), descriptors);
}
catch (const cv::Exception& e)
{