OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPL2CV_DEPTH
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
500
#define
IPL2CV_DEPTH
(depth) \
[
all
...]
/external/opencv3/modules/core/src/
array.cpp
1093
type = CV_MAKETYPE(
IPL2CV_DEPTH
(img->depth), img->nChannels );
[
all
...]
persistence.cpp
[
all
...]
matrix.cpp
621
int imgdepth =
IPL2CV_DEPTH
(img->depth);
[
all
...]
Completed in 43 milliseconds