HomeSort by relevance Sort by last modified time
    Searched refs:CV_DIST_L12 (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/include/
cvtypes.h 209 #define CV_DIST_L12 4 /* L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1)) */
  /external/opencv/cv/src/
cvlinefit.cpp 365 case CV_DIST_L12:
514 case CV_DIST_L12:
  /external/opencv3/modules/imgproc/src/
linefit.cpp 339 case CV_DIST_L12:
477 case CV_DIST_L12:
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 561 CV_DIST_L12 =4, /**< L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1)) */
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 812 Imgproc.fitLine(points, dst, Imgproc.CV_DIST_L12, 0, 0.01, 0.01);
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 108 CV_DIST_L12 = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 691 milliseconds