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

  /external/opencv3/modules/features2d/src/
matchers.cpp 835 const int* nidxptr = nidx.ptr<int>(qIdx); local
843 if( nidxptr[k] < 0 )
845 mq.push_back( DMatch(qIdx, nidxptr[k] & (IMGIDX_ONE - 1),
846 nidxptr[k] >> IMGIDX_SHIFT, distptr[k]) );
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp     [all...]

Completed in 1652 milliseconds