Calculate complexity of RGB image
2 views (last 30 days)
Show older comments
Hello people,
So I want an objective way to identify how complicated an image is according to it's color variation. I can't use entropy() because it's for grayscale image. Do you have any ideas on how to do that?
Thanks
2 Comments
Rik
on 5 Mar 2019
You could calculate the entropy for each color channel.
But what are you planning to do with your parameter value? That might make it easier to suggest a meaningful candidate.
Answers (0)
See Also
Categories
Find more on Import, Export, and Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!