I am new to C++, so bear with me. I am wanting to develop a simple program to analyze the color values of an image (format doesn't matter, just what's easiest). I want the program to determine the numerical value of the colors and save those values in a sequential arrangement.
Need to do some simple image analysis
Started by dmehling, Dec 02 2009 12:05 PM
4 replies to this topic
#1
Posted 02 December 2009 - 12:05 PM
|
|
|
#2
Posted 02 December 2009 - 12:35 PM
.bmp will probably be the easiest format to decode, but you'll really have to decide on the image format, as each one is quite different.
#3
Posted 02 December 2009 - 03:43 PM
Okay BMP it is. But where do I go from now? What is the first step for developing such a program?
#5
Posted 06 December 2009 - 07:08 AM
Or you can use some library for image processing. It will do lot of work for you. This one looks good: cimg.sourceforge.net (wow, I am not able to post regular links so far !?!). Have a look on basic tutorial: cimg.sourceforge.net/reference/group__cimg__tutorial.html


Sign In
Create Account

Back to top









