HomeSort by relevance Sort by last modified time
    Searched full:nkeypoints (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/features2d/src/
orb.cpp 65 int nkeypoints, int blockSize, float harris_k)
67 size_t globalSize[] = {nkeypoints};
81 nkeypoints).run(1, globalSize, 0, true);
87 const UMat& umax, int nkeypoints, int half_k)
89 size_t globalSize[] = {nkeypoints};
100 nkeypoints, half_k).run(1, globalSize, 0, true);
107 int nkeypoints, int dsize, int wta_k)
109 size_t globalSize[] = {nkeypoints};
121 nkeypoints, dsize).run(1, globalSize, 0, true);
219 int j, i, nkeypoints = (int)keypoints.size() local
    [all...]
  /external/opencv3/modules/features2d/src/opencl/
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 )
  /external/opencv3/modules/features2d/
opencl_kernels_features2d.cpp 595 "__global float* responses, int nkeypoints )\n"
598 "if( idx < nkeypoints )\n"
653 "int nkeypoints, int half_k )\n"
656 "if( idx < nkeypoints )\n"
686 "int nkeypoints, int dsize )\n"
689 "if( idx < nkeypoints )\n"

Completed in 59 milliseconds