Searched refs:IPL_DEPTH_64F (Results 1 – 8 of 8) sorted by relevance
129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
508 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth()
394 #define IPL_DEPTH_64F 64 macro
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()
844 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()
3369 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()