1
vote
Algorithm for counting the number of unique colors in an image
That depends on what types of images you want to analyse. For 24 Bit images you will need up to 2MB of memory (since in the worst case you have to process each color). For this a bitmap would be th …
