OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPL_DEPTH_8U
(Results
51 - 57
of
57
) sorted by null
1
2
3
/external/opencv3/modules/videoio/src/
cap_dc1394.cpp
527
IPL_DEPTH_8U
, 3, IPL_ORIGIN_TL, 4 );
[
all
...]
/external/opencv3/modules/imgproc/test/
test_imgwarp.cpp
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
338
#define
IPL_DEPTH_8U
8
371
int depth; /* Pixel depth in bits:
IPL_DEPTH_8U
, IPL_DEPTH_8S, IPL_DEPTH_16S,
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
261
#define
IPL_DEPTH_8U
8
306
int depth; /**< Pixel depth in bits:
IPL_DEPTH_8U
, IPL_DEPTH_8S, IPL_DEPTH_16S,
[
all
...]
/external/opencv/cv/src/
cvpyrsegmentation.cpp
[
all
...]
/external/opencv/cxcore/src/
cxarray.cpp
995
img->depth =
IPL_DEPTH_8U
;
[
all
...]
/external/opencv3/modules/core/src/
array.cpp
847
img->depth =
IPL_DEPTH_8U
;
[
all
...]
Completed in 2910 milliseconds
1
2
3