May 15, 2013 at 7:28am
hi everybody,
i want to convert image to number.
any suggestions.
thanks.
May 15, 2013 at 8:09am
Can you explain a bit more?
Aceix.
May 15, 2013 at 6:49pm
i want read the image and to convert a pixels color to a number.
thanks
May 16, 2013 at 4:53am
how to read image in c++?
May 16, 2013 at 5:30am
The easiest thing would be to google some image libraries. You could also just learn about the file format and then read it in binary mode.
By the way, a colour is just a number in the first place.
May 17, 2013 at 7:43pm
i want a 'sample code simple' ,which to read image in c++.
thanks.
Last edited on May 18, 2013 at 5:35am
May 18, 2013 at 7:29am
now,how i can to convert image to set of numerics?
thanks.
Jun 4, 2013 at 10:04am
hi,
but i want to write program in c++.
Jun 4, 2013 at 11:15am
Boost is a library for C++.