Azzera filtri
Azzera filtri

How to convert red channel of a rgb image to grayscale image?

4 visualizzazioni (ultimi 30 giorni)
I have some rgb images. I want to know is there any way to only convert the red channel of them to grayscale?

Risposta accettata

Image Analyst
Image Analyst il 25 Mag 2018
Yes. Very easy:
redChannel = rgbImage(:, :, 1); % Extract the red channel only into a gray scale image.
  3 Commenti
Image Analyst
Image Analyst il 25 Mag 2018
That is a bad explanation and they should know better. When you extract the red channel, it is already a grayscale image at that point -- there is no need for a second step of converting it to a gray scale image.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Modify Image Colors 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