Monday, 26 August 2013

iOS : Get top colors from every pixels of an image

iOS : Get top colors from every pixels of an image

In my project I need to show the top three colours for an image given
(look at the sample image below) . The functionality requirement is I have
to get the top three colours in every pixel of an image individually then
those have to be calculated for all pixels. finally top three presented
colours in given image have to be listed as output . (had a look at
GPUImage but i could't found any code for my requirement) . Thanks ..

No comments:

Post a Comment