Effacer les filtres
Effacer les filtres

How to convert RGB gcf to grayscale gcf ?

1 vue (au cours des 30 derniers jours)
도현 김
도현 김 le 29 Mar 2021
Commenté : KSSV le 29 Mar 2021
h = rand(10)
heatmap(h)
i want to using 'rgb2gray' without using imread.
The mechanism I want is to create heatmap and set it in set(gcf,~~~~).
How can I do it ?

Réponse acceptée

KSSV
KSSV le 29 Mar 2021
h = rand(10)
heatmap(h) ;
colormap(gray)
  2 commentaires
도현 김
도현 김 le 29 Mar 2021
Modifié(e) : 도현 김 le 29 Mar 2021
Thank you! But that and grayscale are different.
Its size is (m*n*3 uint8) and grayscale is (m*n uint8).
KSSV
KSSV le 29 Mar 2021
If you have the values..you can striaght away use them with colormap. Read about it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by