Searched refs:CV_DIST_C (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/include/
H A Dcvtypes.h208 #define CV_DIST_C 3 /* distance = max(|x1-x2|,|y1-y2|) */ macro
/external/opencv/cv/src/
H A Dcvdistransform.cpp739 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
766 icvGetDistanceTransformMask( (distType == CV_DIST_C ? 0 :
H A Dcvemd.cpp247 case CV_DIST_C:

Completed in 78 milliseconds