Searched defs:uploadKeypoints (Results 1 – 2 of 2) sorted by relevance
60 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_nonfree… in uploadKeypoints() function in cv::cuda::SURF_CUDA78 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_cuda();… in uploadKeypoints() function in cv::cuda::SURF_CUDA299 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>& keypoints, GpuMat& keypoints… in uploadKeypoints() function in cv::cuda::SURF_CUDA
283 void SURF_OCL::uploadKeypoints(const std::vector<KeyPoint> &keypoints, UMat &keypointsGPU) in uploadKeypoints() function in cv::xfeatures2d::SURF_OCL