Searched refs:CV_THRESH_TOZERO_INV (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvthresh.cpp77 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/opencv/cv/include/
H A Dcv.h945 #define CV_THRESH_TOZERO_INV 4 /* value = value > threshold ? 0 : value */ macro

Completed in 56 milliseconds