Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp450 _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
Dmatx.hpp842 normType == NORM_L1 ? (double)normL1<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n) : in norm()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp729 return normL1<ValueType, ResultType>(a, b, size); in operator ()()
/external/opencv3/modules/core/src/
Dstat.cpp2381 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_()