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

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 263 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
276 if( depth != IPL_DEPTH_8U && depth != IPL_DEPTH_16U )
grfmt_pxm.cpp 371 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
loadsave.cpp 450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
grfmt_jpeg2000.cpp 398 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
grfmt_exr.cpp 582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S ||
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 128 IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
  /external/opencv3/modules/videoio/src/
cap_pvapi.cpp 577 frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_16U, 1);
cap_ximea.cpp 234 case XI_RAW16 : frame = cvCreateImage(cvSize( image.width, image.height), IPL_DEPTH_16U, 1); break;
  /external/opencv/cxcore/include/
cvwimage.h 513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; }
cxtypes.h 339 #define IPL_DEPTH_16U 16
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 502 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; }
types_c.h 262 #define IPL_DEPTH_16U 16
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 540 milliseconds