showing K means clusters image in colors rather than grey scale

6 visualizzazioni (ultimi 30 giorni)
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

Risposte (0)

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by