I do have an IplImage I. and it's supposed to have values from 0 to 255 (pixels). I'm having in it unfortunately weird special characters like:
ØÕÖÕÓÎËÍÌÈÃÃÁ»¶±«¨¤Ÿ™”‰
I did the following: uchar* d_I = (uchar*) I->imageData;
How can I convert those characters into values from 0 to 255 ?