Searched refs:IPL_DEPTH_16U (Results 1 – 14 of 14) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_png.cpp | 263 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported() 276 if( depth != IPL_DEPTH_8U && depth != IPL_DEPTH_16U ) in WriteImage()
|
D | loadsave.cpp | 450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S; in icvLoadImage()
|
D | grfmt_pxm.cpp | 371 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported()
|
D | grfmt_jpeg2000.cpp | 398 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U; in IsFormatSupported()
|
D | grfmt_exr.cpp | 582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S || in IsFormatSupported()
|
/external/opencv3/modules/ts/src/ |
D | ts_arrtest.cpp | 128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
|
/external/opencv3/modules/videoio/src/ |
D | cap_pvapi.cpp | 577 frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_16U, 1); in resizeCaptureFrame()
|
D | cap_ximea.cpp | 234 …I_RAW16 : frame = cvCreateImage(cvSize( image.width, image.height), IPL_DEPTH_16U, 1); break; in resetCvImage()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 502 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth()
|
D | types_c.h | 262 #define IPL_DEPTH_16U 16 macro
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth()
|
D | cxtypes.h | 339 #define IPL_DEPTH_16U 16 macro
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 3367 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2932 depth != (int)IPL_DEPTH_8S && depth != (int)IPL_DEPTH_16U && in cvInitImageHeader()
|