DLNormalize.h

Go to the documentation of this file.
00001 #ifndef _DLNORMALIZE_H_
00002 #define _DLNORMALIZE_H_
00003 
00004 #include "DLImage.h"
00005 #include "DLPoint.h"
00006 #include "DLBitsPerPixelConverter.h"
00007 
00008 #include <cmath>
00009 
00016 class DLNormalize
00017 {
00018    public:
00023    DLNormalize();
00024 
00028    virtual ~DLNormalize();
00047    static DLImage dlNormalizeImage ( const DLImage & in );
00048 
00049    private:
00050 
00051    static DLImage dlNormalizeGlobalImage ( const DLImage & );
00052 
00053 };//end class
00054 
00055 #endif //_DLNORMALIZE_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