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

  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
  /external/opencv/cxcore/include/
cvwimage.h 519 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; }
cxtypes.h 372 IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported. */
453 #define IPL_DEPTH_64F 64
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 508 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; }
types_c.h 307 IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported. */
394 #define IPL_DEPTH_64F 64
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F;
  /external/opencv3/modules/core/src/
array.cpp 844 if( img->depth == IPL_DEPTH_32F || img->depth == IPL_DEPTH_64F )
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 94 milliseconds