Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_32S (Results 1 – 5 of 5) 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/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()