Searched defs:CV_DIST_FAIR (Results 1 – 3 of 3) sorted by relevance
210 #define CV_DIST_FAIR 5 /* distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */ macro
562 CV_DIST_FAIR =5, /**< distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */ enumerator
109 CV_DIST_FAIR = 5, field in Imgproc