Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_16S (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/include/
Dcvwimage.h511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth()
Dcxtypes.h343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16) macro
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S || in IsFormatSupported()
/external/opencv/cxcore/src/
Dcxarray.cpp3368 depth != (int)IPL_DEPTH_16S && depth != (int)IPL_DEPTH_32S && in cvInitImageHeader()