Searched refs:nkeypoints (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | orb.cpp | 65 int nkeypoints, int blockSize, float harris_k) in ocl_HarrisResponses() argument 67 size_t globalSize[] = {nkeypoints}; in ocl_HarrisResponses() 81 nkeypoints).run(1, globalSize, 0, true); in ocl_HarrisResponses() 87 const UMat& umax, int nkeypoints, int half_k) in ocl_ICAngles() argument 89 size_t globalSize[] = {nkeypoints}; in ocl_ICAngles() 100 nkeypoints, half_k).run(1, globalSize, 0, true); in ocl_ICAngles() 107 int nkeypoints, int dsize, int wta_k) in ocl_computeOrbDescriptors() argument 109 size_t globalSize[] = {nkeypoints}; in ocl_computeOrbDescriptors() 121 nkeypoints, dsize).run(1, globalSize, 0, true); in ocl_computeOrbDescriptors() 219 int j, i, nkeypoints = (int)keypoints.size(); in computeOrbDescriptors() local [all …]
|
/external/opencv3/modules/features2d/src/opencl/ |
D | orb.cl | 22 __global float* responses, int nkeypoints ) 25 if( idx < nkeypoints ) 89 int nkeypoints, int half_k ) 92 if( idx < nkeypoints ) 137 int nkeypoints, int dsize ) 140 if( idx < nkeypoints )
|