Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp346 const int *nMatches_ptr = _nMatches.ptr<int>(); in ocl_radiusMatchConvert() local
353 const int nMatches = std::min(nMatches_ptr[queryIdx], trainIdx.cols); in ocl_radiusMatchConvert()