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

  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
imageSegmentation.cpp 77 threshold(bw, bw, 40, 255, CV_THRESH_BINARY | CV_THRESH_OTSU);
  /external/opencv3/samples/cpp/tutorial_code/ml/introduction_to_pca/
introduction_to_pca.cpp 119 threshold(gray, bw, 50, 255, CV_THRESH_BINARY | CV_THRESH_OTSU);
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 577 CV_THRESH_OTSU =8, /**< use Otsu algorithm to choose the optimal threshold value;
581 with CV_THRESH_OTSU */
  /external/opencv/cv/src/
cvthresh.cpp 330 use_otsu = (type & ~CV_THRESH_MASK) == CV_THRESH_OTSU;
  /external/opencv3/modules/imgproc/src/
thresh.cpp     [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 60 CV_THRESH_OTSU = 8,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 472 milliseconds