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

/external/opencv3/modules/imgproc/include/opencv2/
H A Dimgproc.hpp312 THRESH_TOZERO = 3, //!< \f[\texttt{dst} (x,y) = \fork{\texttt{src}(x,y)}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{0}{otherwise}\f] enumerator in enum:cv::ThresholdTypes
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java153 THRESH_TOZERO = 3, field in class:Imgproc

Completed in 151 milliseconds