showing K means clusters image in colors rather than grey scale

6 Ansichten (letzte 30 Tage)
cgenes
cgenes am 1 Dez. 2016
Kommentiert: cgenes am 1 Dez. 2016
Hi
I have clustered my image into 8 different clusters
pixel_labels = reshape(cluster_idx,nrows,ncols);
imshow(pixel_labels,[]), title('image labeled by cluster index');
but I want to display 8 different colors something like . . .
imshow(pixel_labels,'colormap', hot(8))
then show the colorbar
I know this should be easy but can't figure it out
thanks
Charlie

Antworten (0)

Kategorien

Mehr zu Colormaps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by