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

  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 581 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S ||
599 if(depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S)
  /external/opencv/cxcore/include/
cvwimage.h 509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; }
cxtypes.h 342 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)
371 int depth; /* Pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16S,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 498 inline int WImage<signed char>::Depth() const {return IPL_DEPTH_8S; }
types_c.h 265 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)
306 int depth; /**< Pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16S,
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 249 milliseconds