Search code examples
image-processingcolorspixel

Analyzing pixels in pictures


I want to write a program that takes in a picture (or a series of pictures) and counts how many pixels of certain colors there are. I've never done anything like this before so I don't know what language to use or even where to get started. Any language recommendations, theories, or suggestions would be appreciated.


Solution

  • About any programming language includes library for image processing.

    So take the language you feel most comfortable with and work from there.

    E.g.: