OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_THRESH_TRUNC
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvthresh.cpp
65
case
CV_THRESH_TRUNC
:
152
case
CV_THRESH_TRUNC
:
393
if( type ==
CV_THRESH_TRUNC
)
400
((type ==
CV_THRESH_TRUNC
|| type == CV_THRESH_TOZERO_INV) && ithresh < 0) ||
405
type ==
CV_THRESH_TRUNC
? imaxval : 0;
431
else if( type ==
CV_THRESH_TRUNC
|| type == CV_THRESH_TOZERO_INV )
437
(uchar)(type ==
CV_THRESH_TRUNC
? ithresh : 0) ));
460
if( type ==
CV_THRESH_TRUNC
|| type == CV_THRESH_TOZERO_INV )
466
type ==
CV_THRESH_TRUNC
? (float)thresh : 0 ));
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 1838 milliseconds