Borrar filtros
Borrar filtros

Image to Grayscale box

2 visualizaciones (últimos 30 días)
dunphy
dunphy el 15 de Nov. de 2021
Respondida: SRUSHTI KHATAU el 15 de Nov. de 2021
How do I change the color of image to a grayscale box? This is my code
  • yellow = [1,1,0; 1,1,0]; %yellow color
  • orange = [0.8500,0.3250,0.0980; 0.8500,0.3250,0.0980]; %orange color
  • pink = [1, 0.5, 0.8; 1, 0.5, 0.8]; %pink color
  • m = [yellow;orange;pink]; %separating the three colors into rows
  • tci = cat(3,m(:,1),m(:,2),m(:,3)); %concatenation.
  • A = imresize(tci,[6 5]); %code to resize the matrix to 6x5x3
  • image (A) %shows image

Respuestas (1)

SRUSHTI KHATAU
SRUSHTI KHATAU el 15 de Nov. de 2021
you can use rgb2gray for having grayscale image

Categorías

Más información sobre Modify Image Colors en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by