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

  /external/opencv/cv/src/
cvthresh.cpp 77 case CV_THRESH_TOZERO_INV:
177 case CV_THRESH_TOZERO_INV:
400 ((type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV) && ithresh < 0) ||
431 else if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV )
460 if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV )
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 575 CV_THRESH_TOZERO_INV =4, /**< value = value > threshold ? 0 : value */
  /external/opencv3/modules/imgproc/test/
test_thresh.cpp 273 case CV_THRESH_TOZERO_INV:
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 58 CV_THRESH_TOZERO_INV = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 210 milliseconds