Searched defs:kpLoc (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | fast.cu | 221 …__global__ void calcKeypoints(const PtrStepSzb img, const Mask mask, short2* kpLoc, const unsigned… in calcKeypoints() 282 …int calcKeypoints_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi… in calcKeypoints_gpu() 323 …__global__ void nonmaxSuppression(const short2* kpLoc, int count, const PtrStepSzi scoreMat, short… in nonmaxSuppression() 359 …int nonmaxSuppression_gpu(const short2* kpLoc, int count, PtrStepSzi score, short2* loc, float* re… in nonmaxSuppression_gpu()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | fast.cpp | 125 GpuMat kpLoc = pool.getBuffer(1, max_npoints_, CV_16SC2); in detectAsync() local
|