DLHistogram.h

Go to the documentation of this file.
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_

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007