I need a matlab code for color reduction using self-organizing map (SOM) learning

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

 採用された回答

Image Analyst
Image Analyst 2013 年 11 月 1 日

0 投票

2 件のコメント

Purbankan
Purbankan 2013 年 11 月 1 日
編集済み: Purbankan 2013 年 11 月 1 日
Sir I m trying to first reduce the color of the image, and then use simulated annealing for seeking the optimal clusters using the image colors which has been projected into a small set of prototypes using SOM.
Anyway this function rgb2ind(), isnt this function for RGB images? how can i use this function for L*u*v*?
Image Analyst
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
KAE 2018 年 2 月 28 日

0 投票

Matlab offers self organizing map functions functions but you have to buy the Neural Network toolbox.

質問済み:

2013 年 11 月 1 日

回答済み:

KAE
2018 年 2 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by