OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_32SC4
(Results
1 - 5
of
5
) sorted by null
/external/opencv/cxcore/include/
cxmisc.h
[
all
...]
cxtypes.h
507
#define
CV_32SC4
CV_MAKETYPE(CV_32S,4)
[
all
...]
/external/opencv/cv/include/
cvcompat.h
520
CvMat linesMat = cvMat( 1, linesNumber,
CV_32SC4
, lines );
[
all
...]
/external/opencv/cv/src/
cvhough.cpp
777
lineType =
CV_32SC4
;
[
all
...]
/external/opencv/cxcore/src/
cxconvert.cpp
387
tab->fn_2d[
CV_32SC4
] = (void*)icvCopy##_32f_##FROM##4##TO##4R; \
[
all
...]
Completed in 112 milliseconds