Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my project Im using EMGU librery.

I need to determine the background color of the urban poster or broadsheet.

As I see the background color of the poster or broadsheet is the predominant color.

My question if Emgu has any function that returns(in certain existing models BGR,HSL...) predominant color or some usefull results about colors in the image,
If not , any idea how can I achieve my goal in effective way?

Thank you in advance.
Posted

1 solution

I have no idea what can you find in this library, but I can note that just the definition of "predominant color" will appear way more difficult than you probably think. Well, you can calculate the color histograms, find some modes (or not; http://en.wikipedia.org/wiki/Mode_%28statistics%29[^]); and — what will be "predominant"? Besides, the term "background" is very relative, and certainly can be defined not from all scenes, even posters. :-)

Those considerations let me suggest that such function hardly can exist in any non-nonsense library, because it's hard to imagine what should it do.

If I'm not right and miss something here, I would be interested to know what such thing could be.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900