Color matching and comparison
이전 댓글 표시
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
Benjamin Drewry
2019년 10월 3일
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
2019년 10월 3일
Post a new question with two or three of your images attached.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
