How to specify custom colors for labels in a labeled image? "label2rgb"

19 vues (au cours des 30 derniers jours)
Aliyu Abdu
Aliyu Abdu le 11 Jan 2018
Commenté : Aliyu Abdu le 11 Jan 2018
I want to save a label image assigning custom colors to each label. For example label 0 'red', label 1 'blue' etc. I used the function 'label2rgb' and obtained the image shown.
.....
Label_Image = label2rgb(pixel_labels);
figure, imshow(Label_Image)
Please I need help in specifying my own custom colors for each label.

Réponse acceptée

Walter Roberson
Walter Roberson le 11 Jan 2018
https://www.mathworks.com/help/images/ref/label2rgb.html
Pass your color map as the second argument

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by