Searched refs:normL1 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 450 _AccTp normL1(const _Tp* a, int n) in normL1() function 507 _AccTp normL1(const _Tp* a, const _Tp* b, int n) in normL1() function 526 inline float normL1(const float* a, const float* b, int n) in normL1() function 536 inline int normL1(const uchar* a, const uchar* b, int n) in normL1() function
|
D | matx.hpp | 842 normType == NORM_L1 ? (double)normL1<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n) : in norm()
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 729 return normL1<ValueType, ResultType>(a, b, size); in operator ()()
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 2381 result += normL1<T, ST>(src, len*cn); in normL1_() 2447 result += normL1<T, ST>(src1, src2, len*cn); in normDiffL1_() 3439 dist[i] = normL1<_Tp, _Rt>(src1, src2 + step2*i, len); in batchDistL1_() 3445 dist[i] = mask[i] ? normL1<_Tp, _Rt>(src1, src2 + step2*i, len) : val0; in batchDistL1_()
|