detect the most used colour in an image using python

Posted by sree01 on Stack Overflow See other posts from Stack Overflow or by sree01
Published on 2010-03-11T09:20:36Z Indexed on 2010/03/11 19:09 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi,

I want to find the most used colour in an image using python. for example detect the colour of the object in the following image

http://www.shopcrazy.com.ph/wp-content/images/2007/02/shiny-bags-01.jpg.

how to detect the base colour from the RGB codes(example - red in the above image).

© Stack Overflow or respective owner

Related posts about python

Related posts about image-processing