Searched refs:CV_DIST_C (Results 1 – 3 of 3) sorted by relevance
208 #define CV_DIST_C 3 /* distance = max(|x1-x2|,|y1-y2|) */ macro
739 if( distType == CV_DIST_C || distType == CV_DIST_L1 ) in cvDistTransform()764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 ) in cvDistTransform()766 icvGetDistanceTransformMask( (distType == CV_DIST_C ? 0 : in cvDistTransform()
247 case CV_DIST_C: in cvCalcEMD2()