I need a matlab code for color reduction using self-organizing map (SOM) learning
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Please Help me. I stuck here and need the code urgently. I m using color images which are represented in L* u* v* color space.....
please help me.. URGENT
0 commentaires
Réponse acceptée
Image Analyst
le 1 Nov 2013
Why does it need to be SOM? Have you tried Brett's tool: http://www.mathworks.com/matlabcentral/fileexchange/38484-segmenttool-an-interactive-gui-for-segmenting-images Or maybe http://www.mathworks.com/matlabcentral/fileexchange/37197-dem-diffused-expectation-maximisation-for-image-segmentation Or even simply rgb2ind()?
2 commentaires
Image Analyst
le 1 Nov 2013
It performs clustering, so it should probably work, though I haven't tried it on anything but uint8 images. If you have Luv images they're floating point probably, and in a different range than 0-255. Perhaps you can convert Luv to RGB if you find out it's necessary. But bottom line, I don't have any SOM code.
Plus de réponses (1)
KAE
le 28 Fév 2018
Matlab offers self organizing map functions functions but you have to buy the Neural Network toolbox.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!