Hi,
You can also use the tessnet2::Tesseract::GetThresholdedImage method
from tessnet2 .NET wrapper, or look how it works to do the same in
your C++ app.
Rémi
On Oct 24, 7:16 pm, "Ray Smith" <[EMAIL PROTECTED]> wrote:
> void TessBaseAPI::DumpPGM(const char* filename)after recognition will dump
> the image to a PGM file, which can be viewed by many image display apps.
> Ray.
>
> On Fri, Oct 24, 2008 at 3:57 AM, pankaj agarwal <[EMAIL PROTECTED]>wrote:
>
> > You can print it by
>
> > cvNamedWindow("original",CV_WINDOW_AUTOSIZE);
> > cvShowImage("original",image_variable);
> > cvWaitKey();
>
> > using OpenCV
> > here image variable is IplImage *.
>
> > Pankaj
>
> > On Thu, Oct 23, 2008 at 6:55 PM, Zack <[EMAIL PROTECTED]> wrote:
>
> >> Hello, I would to ask if anybody know how i can view the image after
> >> otsu threshold. I know the image is stored in the imagedata variable.
> >> but i not sure how i can code to saved the variable into .bmp or any
> >> type of image file. I'm using C++ in MS VS 2005. Any help is greatly
> >> appreciated =)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en
-~----------~----~----~----~------~----~------~--~---