Color Detection using LAB Color Space
Afficher commentaires plus anciens
I have asked before about color detection using HSV Color Space,
Then I have been guided to used the LAB Color space as it is work for any color as Image Analyst answered me.
But my question not when I find the chroma value that is the square root of (a^2 + b^2)
after that how can I use this value ?? Like if I have the image attached where should I refer to and compare the calculated value 'Chroma Value' to a range of values to tell me that the object is red, or green
I need it to be done automatically
I have checked this demo, it helps but I didn't get where is the reference range I should use !
Réponses (1)
Bjorn Gustavsson
le 13 Nov 2017
0 votes
There are a couple of submissions on the file exchange that solves this very task. Take a look at this RGB-2-color-names, or this: fuzzy-color
HTH
Catégories
En savoir plus sur Image Thresholding dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!