DLTextImage.h

Go to the documentation of this file.
00001 #ifndef _DLTextImage_H_
00002 #define _DLTextImage_H_
00003 
00004 #include "DLTextImage.h"
00005 #include "DLImage.h"
00006 
00007 #include <iostream>
00008 #include <string>
00009 using namespace std;
00010 
00027 class DLTextImage : public DLImage 
00028 {
00029    public:
00030 
00048    DLTextImage(const char *filename, DLBaseImage* imageType = NULL);
00049 
00050    private:
00054    bool dlHasMoreBlackPixel();
00055 
00057    void dlReverseDocumentPixel();
00058 
00059 };//end class
00060 
00061 
00062 #endif // _DLIMAGE_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