Searched defs:nMatches (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_radius_match.cu | 60 …rStepi bestTrainIdx, PtrStepi bestImgIdx, PtrStepf bestDistance, unsigned int* nMatches, int maxCo… in matchUnrolled() 116 …const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, c… in matchUnrolled() 133 …Idx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchUnrolled() 168 …rStepi bestTrainIdx, PtrStepi bestImgIdx, PtrStepf bestDistance, unsigned int* nMatches, int maxCo… in match() 223 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in match() 241 …Idx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in match() 276 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchDispatcher() 307 …Idx, const PtrStepSzi& imgIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchDispatcher() 340 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchL1_gpu() 365 … const PtrStepSzi& trainIdx, const PtrStepSzf& distance, const PtrStepSz<unsigned int>& nMatches, in matchL2_gpu() [all …]
|
/external/opencv3/modules/features2d/src/ |
D | matchers.cpp | 274 UMat &trainIdx, UMat &distance, UMat &nMatches, float maxDistance, int distType) in ocl_radiusMatchSingle() 353 const int nMatches = std::min(nMatches_ptr[queryIdx], trainIdx.cols); in ocl_radiusMatchConvert() local 381 …atic bool ocl_radiusMatchDownload(const UMat &trainIdx, const UMat &distance, const UMat &nMatches, in ocl_radiusMatchDownload() 857 UMat trainIdx, distance, nMatches; in ocl_radiusMatch() local
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 905 GpuMat nMatches(1, nQuery, CV_32SC1, matches.ptr(2 * nQuery)); in radiusMatchAsync() local 972 GpuMat nMatches(1, nQuery, CV_32SC1, matches.ptr(3 * nQuery)); in radiusMatchAsync() local
|