Color matching and comparison
Show older comments
Hey gang,
I am hoping that I can be placed onto the right thought process track. My end-goal is as follows:
- Load an image into MatLab.
- Find an average color value of the loaded image and save that value.
- Compare that color value to a group of other color values, and find which color value matches the one from the image.
So basically, I am wondering if it is possible to find an average color value from an uploaded image? The images that I hope to upload are primarily of the same color (brown), but there will be different shades of brown in that image. I want to compare that image to a group of other images and find which one matches the loaded image best.
Thanks for your help!
2 Comments
Benjamin Drewry
on 3 Oct 2019
try looking for the most prominent colors in the image and use a euclidean distance measurement to see which reference color is closest to the color of the cell under test
Image Analyst
on 3 Oct 2019
Post a new question with two or three of your images attached.
Accepted Answer
More Answers (0)
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!