OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_DEPTH_MAX
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cxcore/include/
cxtypes.h
466
#define
CV_DEPTH_MAX
(1 << CV_CN_SHIFT)
527
#define CV_MAT_DEPTH_MASK (
CV_DEPTH_MAX
- 1)
529
#define CV_MAT_TYPE_MASK (
CV_DEPTH_MAX
*CV_CN_MAX - 1)
[
all
...]
cxmisc.h
[
all
...]
/external/opencv/cxcore/src/
cxarray.cpp
178
if( (unsigned)CV_MAT_DEPTH(type) >
CV_DEPTH_MAX
)
[
all
...]
Completed in 110 milliseconds