Effacer les filtres
Effacer les filtres

Separating features in an image

1 vue (au cours des 30 derniers jours)
Curious Mind
Curious Mind le 4 Mai 2017
Commenté : Curious Mind le 4 Mai 2017
Hello, if I have an image like the the one I have attached, how do I use matlab to extract the unique/distinct features in that map image? Can I separate the unique features in the image? How do I go about it? Any code will help? Thank you.

Réponses (1)

Santhana Raj
Santhana Raj le 4 Mai 2017
One easy option is to do clustering based on the image color. You have three parameters (R,G,B), using these as the three dimensions, you can use a simple clustering algorithm like K-means to cluster the regions which has same/similar color.
  1 commentaire
Curious Mind
Curious Mind le 4 Mai 2017
Pls do you have any code example?
Thank you

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by