Home
last modified time | relevance | path

Searched refs:CV_THRESH_TOZERO (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvthresh.cpp71 case CV_THRESH_TOZERO: in icvThresh_8u_C1R()
166 case CV_THRESH_TOZERO: in icvThresh_32f_C1R()
401 (type == CV_THRESH_TOZERO && ithresh >= 255) ) in cvThreshold()
443 assert( type == CV_THRESH_TOZERO ); in cvThreshold()
470 else if( type == CV_THRESH_TOZERO ) in cvThreshold()
Dcvfeatureselect.cpp152 0, CV_THRESH_TOZERO )); in CV_IMPLEMENT_QSORT()
Dcvhistogram.cpp201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO )); in cvThreshHist()
/external/opencv/cv/include/
Dcv.h944 #define CV_THRESH_TOZERO 3 /* value = value > threshold ? value : 0 */ in LOAD_CHDL() macro