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

  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
Morphology_3.cpp 45 // Apply adaptiveThreshold at the bitwise_not of gray, notice the ~ symbol
47 adaptiveThreshold(~gray, bw, 255, CV_ADAPTIVE_THRESH_MEAN_C, THRESH_BINARY, 15, -2);
103 adaptiveThreshold(vertical, edges, 255, CV_ADAPTIVE_THRESH_MEAN_C, THRESH_BINARY, 3, -2);
  /external/opencv3/modules/imgproc/perf/
perf_threshold.cpp 66 PERF_TEST_P(Size_AdaptThreshType_AdaptThreshMethod_BlockSize, adaptiveThreshold,
89 TEST_CYCLE() adaptiveThreshold(src, dst, maxValue, adaptThreshMethod, adaptThreshType, blockSize, C);
  /external/opencv3/samples/python2/
digits_video.py 36 bin = cv2.adaptiveThreshold(gray, 255, cv2.ADAPTIVE_THRESH_MEAN_C, cv2.THRESH_BINARY_INV, 31, 10)
  /external/opencv3/modules/imgproc/src/
thresh.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 564 void adaptiveThreshold(const size_t width_,const size_t height_,
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 39 image_.adaptiveThreshold( _width, _height, _offset );
    [all...]
Image.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 320 //! see cv::adaptiveThreshold
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 143 Imgproc.adaptiveThreshold(src, dst, 1, Imgproc.ADAPTIVE_THRESH_MEAN_C, Imgproc.THRESH_BINARY, 3, 0);
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1275 milliseconds