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
-~----------~----~----~----~------~----~------~--~---