Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_32S (Results 1 – 9 of 9) sorted by relevance

/external/opencv/otherlibs/highgui/
Dloadsave.cpp450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S; in icvLoadImage()
Dgrfmt_exr.cpp583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F; in IsFormatSupported()
/external/opencv3/modules/ts/src/
Dts_arrtest.cpp129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp504 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth()
Dtypes_c.h267 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32) macro
/external/opencv/cxcore/include/
Dcvwimage.h515 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth()
Dcxtypes.h344 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32) macro
/external/opencv/cxcore/src/
Dcxarray.cpp3368 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()
/external/opencv3/modules/core/src/
Darray.cpp2933 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()