Searched defs:CV_DIST_WELSCH (Results 1 – 3 of 3) sorted by relevance
211 #define CV_DIST_WELSCH 6 /* distance = c^2/2(1-exp(-(x/c)^2)), c = 2.9846 */ macro
563 CV_DIST_WELSCH =6, /**< distance = c^2/2(1-exp(-(x/c)^2)), c = 2.9846 */ enumerator
110 CV_DIST_WELSCH = 6, field in Imgproc