Home
last modified time | relevance | path

Searched refs:CV_DIST_FAIR (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/include/
Dcvtypes.h210 #define CV_DIST_FAIR 5 /* distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */ macro
/external/opencv3/modules/imgproc/src/
Dlinefit.cpp343 case CV_DIST_FAIR: in fitLine2D()
481 case CV_DIST_FAIR: in fitLine3D()
/external/opencv/cv/src/
Dcvlinefit.cpp369 case CV_DIST_FAIR: in icvFitLine2D()
518 case CV_DIST_FAIR: in icvFitLine3D()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h562 CV_DIST_FAIR =5, /**< distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */ enumerator
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java109 CV_DIST_FAIR = 5, field in Imgproc