Searched refs:IPL_DEPTH_64F (Results 1 – 4 of 4) sorted by relevance
519 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth()
453 #define IPL_DEPTH_64F 64 macro
597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F; in WriteImage()
3369 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()