HomeSort by relevance Sort by last modified time
    Searched refs:IPL_DEPTH_32S (Results 1 - 5 of 5) sorted by null

  /external/opencv/otherlibs/highgui/
loadsave.cpp 450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
grfmt_exr.cpp 583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F;
  /external/opencv/cxcore/include/
cvwimage.h 515 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; }
cxtypes.h 344 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)
372 IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported. */
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 98 milliseconds