DLDilate.h

Go to the documentation of this file.
00001 #ifndef _DLDilate_H_
00002 #define _DLDilate_H_
00003 
00004 #include "DLImage.h"
00005 #include "DLPoint.h"
00006 #include "DLBitsPerPixelConverter.h"
00007 
00008 #include <cmath>
00009 
00013 class DLDilate
00014 {
00015    public:
00020    DLDilate();
00021 
00025    virtual ~DLDilate();
00039    static DLImage dlDilate ( const DLImage & image, int numberOfTimes );
00040 
00041    private:
00042    static DLImage dlDilateGray ( const DLImage & image, int numberOfTimes );
00043    static DLImage dlDilateBinary ( const DLImage & image, int numberOfTimes );
00044 
00045 };//end class
00046 
00047 #endif //_DLDilate_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