Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_64F (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_arrtest.cpp129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp508 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth()
Dtypes_c.h394 #define IPL_DEPTH_64F 64 macro
/external/opencv/cxcore/include/
Dcvwimage.h519 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth()
Dcxtypes.h453 #define IPL_DEPTH_64F 64 macro
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F; in WriteImage()
/external/opencv3/modules/core/src/
Darray.cpp844 if( img->depth == IPL_DEPTH_32F || img->depth == IPL_DEPTH_64F ) in cvCreateData()
2934 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()
/external/opencv/cxcore/src/
Dcxarray.cpp3369 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()