Home
last modified time | relevance | path

Searched refs:CV_DIST_L12 (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cv/include/
Dcvtypes.h209 #define CV_DIST_L12 4 /* L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1)) */ macro
/external/opencv3/modules/imgproc/src/
Dlinefit.cpp339 case CV_DIST_L12: in fitLine2D()
477 case CV_DIST_L12: in fitLine3D()
/external/opencv/cv/src/
Dcvlinefit.cpp365 case CV_DIST_L12: in icvFitLine2D()
514 case CV_DIST_L12: in icvFitLine3D()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h561 CV_DIST_L12 =4, /**< L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1)) */ enumerator
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java812 Imgproc.fitLine(points, dst, Imgproc.CV_DIST_L12, 0, 0.01, 0.01); in testFitLine()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java108 CV_DIST_L12 = 4, field in Imgproc