Would opencv be a good choice for image colour summarization?
Posted
by
codecowboy
on Programmers
See other posts from Programmers
or by codecowboy
Published on 2014-05-28T20:20:22Z
Indexed on
2014/05/28
22:00 UTC
Read the original article
Hit count: 210
image-processing
|computer-vision
I would like to analyse a set of hundreds of thousands of product images (clothing, electronic goods etc) and retrieve the dominant colours in each. I'm only interested in the top 3 or 4 colours. The aim is to achieve a degree of certainty that x image is mostly red or image y is mostly orange and blue.
The images are likely to be colour jpegs of reasonable quality and approximately 100kb in size.
I would like to use C# and the solution should run on a Linux server, preferably using open source libraries. Would opencv be a good choice for this? What other libraries or specific algorithms might be helpful?
© Programmers or respective owner