|
|
QImage is just an array of pixels, so every code that works on an uchar*
works also on QImage::bits()
Volker
"Floyd, David P" <David.Floyd-1@xxxxxxxxxxxx> wrote in message
news:1440F35CB7FFAB4BAD7C3CBA6144F951E5B41D@xxxxxxxxxxxxxxxxxxxxxxxxx
Has anyone done any OCR work on a QImage?
We have some images that contain "red" digits representing the time.
The digits are organized in a known row / column fashion and I would
like to extract them from each image.
Any help would be appreciated.
Thanks.
David
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|