Home
last modified time | relevance | path

Searched refs:OrbDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dorb.cu226 template <int WTA_K> struct OrbDescriptor;
232 template <> struct OrbDescriptor<2> struct
269 template <> struct OrbDescriptor<3> struct
294 template <> struct OrbDescriptor<4> struct
357 …desc.ptr(ptidx)[descidx] = OrbDescriptor<WTA_K>::calc(img, loc[ptidx], pattern_x, pattern_y, sina,… in computeOrbDescriptor()