HomeSort by relevance Sort by last modified time
    Searched refs:IPL_DEPTH_32S (Results 1 - 9 of 9) 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/opencv3/modules/ts/src/
ts_arrtest.cpp 129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
  /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/opencv3/modules/core/include/opencv2/core/
wimage.hpp 504 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; }
types_c.h 267 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)
307 IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported. */
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 130 milliseconds