Searched refs:norm_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 179 explicit BFMatcher_Impl(int norm) : norm_(norm) in BFMatcher_Impl() 288 int norm_; member in __anone66402020111::BFMatcher_Impl 358 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync() 420 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync() 618 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync() 704 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync() 887 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in radiusMatchAsync() 956 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in radiusMatchAsync()
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 1128 norm_(const _Tp* src, size_t total, int cn, int normType, double startval, const uchar* mask) in norm_() function 1185 norm_(const _Tp* src1, const _Tp* src2, size_t total, int cn, int normType, double startval, const … in norm_() function 1291 result = norm_((const uchar*)sptr, total, cn, normType, result, mptr); in norm() 1294 result = norm_((const schar*)sptr, total, cn, normType, result, mptr); in norm() 1297 result = norm_((const ushort*)sptr, total, cn, normType, result, mptr); in norm() 1300 result = norm_((const short*)sptr, total, cn, normType, result, mptr); in norm() 1303 result = norm_((const int*)sptr, total, cn, normType, result, mptr); in norm() 1306 result = norm_((const float*)sptr, total, cn, normType, result, mptr); in norm() 1309 result = norm_((const double*)sptr, total, cn, normType, result, mptr); in norm() 1373 … result = norm_((const uchar*)sptr1, (const uchar*)sptr2, total, cn, normType, result, mptr); in norm() [all …]
|