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

  /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/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 74 milliseconds