Home | History | Annotate | Download | only in opencv2

Lines Matching defs:DIST_L1

290     DIST_L1      = 1,   //!< distance = |x1-x2| + |y1-y2|
3078 same cost (denoted as `c`). For the cv::DIST_C and cv::DIST_L1 types, the distance is calculated
3082 - DIST_L1: `a = 1, b = 2`
3112 DIST_MASK_PRECISE is not supported by this variant. In case of the DIST_L1 or DIST_C distance type,
3127 DIST_L1 or DIST_C distance type, the parameter is forced to 3 because a \f$3\times 3\f$ mask gives
3130 the first variant of the function and distanceType == DIST_L1.
3647 - DIST_L1