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

  /external/opencv/cv/include/
cvtypes.h 210 #define CV_DIST_FAIR 5 /* distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */
  /external/opencv/cv/src/
cvlinefit.cpp 369 case CV_DIST_FAIR:
518 case CV_DIST_FAIR:
  /external/opencv3/modules/imgproc/src/
linefit.cpp 343 case CV_DIST_FAIR:
481 case CV_DIST_FAIR:
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 562 CV_DIST_FAIR =5, /**< distance = c^2(|x|/c-log(1+|x|/c)), c = 1.3998 */
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 109 CV_DIST_FAIR = 5,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 187 milliseconds