Home
last modified time | relevance | path

Searched defs:uploadKeypoints (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dsurf.cuda.cpp60 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_nonfree… in uploadKeypoints() function in cv::cuda::SURF_CUDA
78 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_cuda();… in uploadKeypoints() function in cv::cuda::SURF_CUDA
299 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>& keypoints, GpuMat& keypoints… in uploadKeypoints() function in cv::cuda::SURF_CUDA
H A Dsurf.ocl.cpp283 void SURF_OCL::uploadKeypoints(const std::vector<KeyPoint> &keypoints, UMat &keypointsGPU) in uploadKeypoints() function in cv::xfeatures2d::SURF_OCL