OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icvSaturate8u
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
_cxcore.h
84
extern const uchar
icvSaturate8u
[];
85
#define CV_FAST_CAST_8U(t) (assert(-256 <= (t) && (t) <= 512),
icvSaturate8u
[(t)+256])
cxtables.cpp
156
const uchar
icvSaturate8u
[] =
Completed in 437 milliseconds