Searched refs:CV_DIST_L1 (Results 1 – 4 of 4) sorted by relevance
728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) ) in cvDistTransform()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()767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask ); in cvDistTransform()
361 case CV_DIST_L1: in icvFitLine2D()510 case CV_DIST_L1: in icvFitLine3D()
241 case CV_DIST_L1: in cvCalcEMD2()
206 #define CV_DIST_L1 1 /* distance = |x1-x2| + |y1-y2| */ macro