00001 #ifndef _DLHistogram_H_ 00002 #define _DLHistogram_H_ 00003 00004 #include "DLImage.h" 00005 #include "DLBitsPerPixelConverter.h" 00006 00007 #include <cmath> 00008 00012 class DLHistogram 00013 { 00014 public: 00019 DLHistogram(); 00020 00024 ~DLHistogram(); 00037 static vector<int> dlHistogramImage ( const DLImage & image ); 00038 00039 private: 00040 00041 };//end class 00042 00043 #endif //_DLHistogram_H_