Searched refs:maxKeypoints (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | fast.cu | 221 …st PtrStepSzb img, const Mask mask, short2* kpLoc, const unsigned int maxKeypoints, PtrStepi score… in calcKeypoints() argument 274 if (ind < maxKeypoints) in calcKeypoints() 282 …int calcKeypoints_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi… in calcKeypoints_gpu() argument 298 …oints<true><<<grid, block, 0, stream>>>(img, SingleMask(mask), kpLoc, maxKeypoints, score, thresho… in calcKeypoints_gpu() 300 …eypoints<true><<<grid, block, 0, stream>>>(img, WithOutMask(), kpLoc, maxKeypoints, score, thresho… in calcKeypoints_gpu() 305 …ints<false><<<grid, block, 0, stream>>>(img, SingleMask(mask), kpLoc, maxKeypoints, score, thresho… in calcKeypoints_gpu() 307 …ypoints<false><<<grid, block, 0, stream>>>(img, WithOutMask(), kpLoc, maxKeypoints, score, thresho… in calcKeypoints_gpu()
|
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 260 int threshold, bool nonmax_suppression, int maxKeypoints ) in ocl_FAST() argument 271 UMat kp1(1, maxKeypoints*2+1, CV_32S); in ocl_FAST() 278 maxKeypoints, threshold).run(2, globalsize, 0, true)) in ocl_FAST() 284 counter = std::min(counter, maxKeypoints); in ocl_FAST() 301 UMat kp2(1, maxKeypoints*3+1, CV_32S); in ocl_FAST()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | fast.cpp | 58 …int calcKeypoints_gpu(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi…
|