I need a matlab code for color reduction using self-organizing map (SOM) learning
조회 수: 2 (최근 30일)
이전 댓글 표시
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
채택된 답변
Image Analyst
2013년 11월 1일
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
Image Analyst
2013년 11월 1일
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.
추가 답변 (1개)
KAE
2018년 2월 28일
Matlab offers self organizing map functions functions but you have to buy the Neural Network toolbox.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!