DLSharpen.h

Go to the documentation of this file.
00001 #ifndef _DLSharpen_H_
00002 #define _DLSharpen_H_
00003 
00004 #include "DLImage.h"
00005 #include "DLPoint.h"
00006 #include "DLBitsPerPixelConverter.h"
00007 
00008 #include <cmath>
00009 
00013 class DLSharpen
00014 {
00015    public:
00020    DLSharpen();
00021 
00025    virtual ~DLSharpen();
00052    static DLImage dlSharpen ( const DLImage & in, int numberOfTimes );
00053 
00054    private:
00055 
00056 };//end class
00057 
00058 #endif //_DLSharpen_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