Searched defs:CV_DIST_L1 (Results 1 – 3 of 3) sorted by relevance
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