A
arwen_h
Hi everyone,
I'm developing a form with .Net, in C++. I have to display a choosen
image on a pic-box and then I have to do some elaborations on it.
I need to get the Image (which I open from a dialog) as an unsigned char
array, some sort of:
image --> unsigned char buffer[]
because I have a whole of algorithms to use that use image-array like that.
I have already displayed the image and converted to Image class, but I dont
know
how to convert it into uchar array.
Thank you and forgive my poor english!
I'm developing a form with .Net, in C++. I have to display a choosen
image on a pic-box and then I have to do some elaborations on it.
I need to get the Image (which I open from a dialog) as an unsigned char
array, some sort of:
image --> unsigned char buffer[]
because I have a whole of algorithms to use that use image-array like that.
I have already displayed the image and converted to Image class, but I dont
know
how to convert it into uchar array.
Thank you and forgive my poor english!