OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_32SC3
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvlinefit.cpp
662
if( (type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=
CV_32SC3
) ||
675
(type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=
CV_32SC3
) ||
/external/opencv/cxcore/include/
cxmisc.h
[
all
...]
cxtypes.h
506
#define
CV_32SC3
CV_MAKETYPE(CV_32S,3)
[
all
...]
/external/opencv/cxcore/src/
cxconvert.cpp
386
tab->fn_2d[
CV_32SC3
] = (void*)icvCopy##_32f_##FROM##3##TO##3R; \
[
all
...]
Completed in 1085 milliseconds