Home
last modified time | relevance | path

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

/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/opencv/cxcore/src/
Dcxarray.cpp3369 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()