Searched defs:THRESH_BINARY_INV (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/include/opencv2/
H A Dimgproc.hpp310 THRESH_BINARY_INV = 1, //!< \f[\texttt{dst} (x,y) = \fork{0}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\texttt{maxval}}{otherwise}\f] enumerator in enum:cv::ThresholdTypes
2445 @param maxval maximum value to use with the THRESH_BINARY and THRESH_BINARY_INV thresholding
2460 - **THRESH_BINARY_INV**
2470 @param thresholdType Thresholding type that must be either THRESH_BINARY or THRESH_BINARY_INV,
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java151 THRESH_BINARY_INV = 1, field in class:Imgproc

Completed in 157 milliseconds