Closed GoogleCodeExporter closed 9 years ago
Bitmap.copyPixelsFromBuffer() only supports contiguous memory regions. Can you
try to use this line instead when creating your `charImage`?
IplImage charImage = cvCreateImage(cr, plateImage.depth(),
plateImage.nChannels());
Original comment by samuel.a...@gmail.com
on 13 Jan 2013 at 3:34
Given the lack of feedback, I assume that you were able to get this working.
Next time, please post your questions on the mailing list if possible, thank you
Original comment by samuel.a...@gmail.com
on 5 Mar 2013 at 11:01
Original issue reported on code.google.com by
don.ngu...@hazuu.com
on 6 Jan 2013 at 12:34Attachments: