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

  /external/opencv3/modules/videoio/src/
cap_cmu.cpp 223 return IPL_DEPTH_16S;
cap_dc1394_v2.cpp 619 maps[0][0] = cvCreateImage(size, IPL_DEPTH_16S, 2);
620 maps[0][1] = cvCreateImage(size, IPL_DEPTH_16S, 1);
621 maps[1][0] = cvCreateImage(size, IPL_DEPTH_16S, 2);
622 maps[1][1] = cvCreateImage(size, IPL_DEPTH_16S, 1);
    [all...]
cap_dc1394.cpp 565 bpp = IPL_DEPTH_16S;
569 bpp = IPL_DEPTH_16S;
    [all...]
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
  /external/opencv/cxcore/include/
cvwimage.h 511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; }
cxtypes.h 343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)
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 500 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; }
types_c.h 266 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)
306 int depth; /**< Pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16S,
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S ||
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 271 milliseconds