Searched refs:CV_DIST_L1 (Results 1 – 10 of 10) sorted by relevance
100 dist_type = dist_type == 0 ? CV_DIST_C : dist_type == 1 ? CV_DIST_L1 : CV_DIST_L2; in get_test_array_types_and_sizes()113 return dist_type == CV_DIST_C || dist_type == CV_DIST_L1 ? 0 : 0.01*MAX(sz.width, sz.height); in get_success_error_level()174 else if( dist_type == CV_DIST_L1 ) in cvTsDistTransform()
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()
735 if( distType == CV_DIST_C || distType == CV_DIST_L1 ) in distanceTransform()774 CV_Assert( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 ); in distanceTransform()777 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask ); in distanceTransform()851 if (distanceType == CV_DIST_L1 && dstType==CV_8U) in distanceTransform()
335 case CV_DIST_L1: in fitLine2D()473 case CV_DIST_L1: in fitLine3D()
235 case CV_DIST_L1: in cvCalcEMD2()
206 #define CV_DIST_L1 1 /* distance = |x1-x2| + |y1-y2| */ macro
558 CV_DIST_L1 =1, /**< distance = |x1-x2| + |y1-y2| */ enumerator
105 CV_DIST_L1 = 1, field in Imgproc