Home
last modified time | relevance | path

Searched refs:CV_THRESH_TOZERO_INV (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvthresh.cpp77 case CV_THRESH_TOZERO_INV: in icvThresh_8u_C1R()
177 case CV_THRESH_TOZERO_INV: in icvThresh_32f_C1R()
400 ((type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV) && ithresh < 0) || in cvThreshold()
431 else if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV ) in cvThreshold()
460 if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV ) in cvThreshold()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h575 CV_THRESH_TOZERO_INV =4, /**< value = value > threshold ? 0 : value */ enumerator
/external/opencv3/modules/imgproc/test/
Dtest_thresh.cpp273 case CV_THRESH_TOZERO_INV: in test_threshold()
/external/opencv/cv/include/
Dcv.h945 #define CV_THRESH_TOZERO_INV 4 /* value = value > threshold ? 0 : value */ in LOAD_CHDL() macro
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java58 CV_THRESH_TOZERO_INV = 4, field in Imgproc