Searched refs:nkeypoints (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dorb.cpp65 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 local
61 ocl_HarrisResponses(const UMat& imgbuf, const UMat& layerinfo, const UMat& keypoints, UMat& responses, int nkeypoints, int blockSize, float harris_k) argument
85 ocl_ICAngles(const UMat& imgbuf, const UMat& layerinfo, const UMat& keypoints, UMat& responses, const UMat& umax, int nkeypoints, int half_k) argument
105 ocl_computeOrbDescriptors(const UMat& imgbuf, const UMat& layerInfo, const UMat& keypoints, UMat& desc, const UMat& pattern, int nkeypoints, int dsize, int wta_k) argument
[all...]

Completed in 32 milliseconds