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

  /external/opencv/cv/src/
cvthresh.cpp 71 case CV_THRESH_TOZERO:
166 case CV_THRESH_TOZERO:
401 (type == CV_THRESH_TOZERO && ithresh >= 255) )
443 assert( type == CV_THRESH_TOZERO );
470 else if( type == CV_THRESH_TOZERO )
cvfeatureselect.cpp 152 0, CV_THRESH_TOZERO ));
cvhistogram.cpp 201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 574 CV_THRESH_TOZERO =3, /**< value = value > threshold ? value : 0 */
  /external/opencv3/modules/imgproc/test/
test_thresh.cpp 238 case CV_THRESH_TOZERO:
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 57 CV_THRESH_TOZERO = 3,
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 100 milliseconds