Searched refs:CV_DIST_L1 (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/include/
H A Dcvtypes.h206 #define CV_DIST_L1 1 /* distance = |x1-x2| + |y1-y2| */ macro
/external/opencv/cv/src/
H A Dcvdistransform.cpp728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) )
739 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask );
H A Dcvlinefit.cpp361 case CV_DIST_L1:
510 case CV_DIST_L1:
H A Dcvemd.cpp241 case CV_DIST_L1:

Completed in 81 milliseconds