DLMask.h

Go to the documentation of this file.
00001 #ifndef _DLMask_H_
00002 #define _DLMask_H_
00003 
00004 #include "DLImage.h"
00005 #include "DLPoint.h"
00006 #include "DLBitsPerPixelConverter.h"
00007 
00008 #include <cmath>
00009 
00013 class DLMask
00014 {
00015    public:
00020    DLMask();
00021 
00025    virtual ~DLMask();
00056    static DLImage dlMask(const DLImage& image, double* mask[], int length);
00057 
00058    private:
00059 
00060 };//end class
00061 
00062 #endif //_DLMask_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