Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp345 static const caller_t callersL2[] = in matchAsync() local
358 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync()
407 static const caller_t callersL2[] = in matchAsync() local
420 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync()
605 static const caller_t callersL2[] = in knnMatchAsync() local
618 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync()
691 static const caller_t callersL2[] = in knnMatchAsync() local
704 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync()
874 static const caller_t callersL2[] = in radiusMatchAsync() local
887 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in radiusMatchAsync()
[all …]