DLEdgeDetect.h

Go to the documentation of this file.
00001 #ifndef _DLEDGEDETECT_H_
00002 #define _DLEDGEDETECT_H_
00003 
00004 #include "DLImage.h"
00005 
00015 class DLEdgeDetect
00016 {
00017    public:
00021    DLEdgeDetect();
00026    DLEdgeDetect(const DLEdgeDetect & orig){*this = orig;};
00027 
00032    const DLEdgeDetect & operator=(const DLEdgeDetect & right){return *this;};
00033         
00034 
00038    virtual ~DLEdgeDetect();
00039 
00045    DLImage dlDetectEdge(DLImage& image);
00046 
00047 };//end class
00048 
00050 #endif //_DLEDGEDETECT_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