Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Gray-level image of JPEG i've added to workspace

1 visualización (últimos 30 días)
bigdog
bigdog el 4 de Feb. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I'm having trouble turning the colored image JPEG I've added to my workspace. I have been using the following code: image(tw2); colormap(gray); But this doesn't work and there are no errors. Any ideas?

Respuestas (1)

Image Analyst
Image Analyst el 4 de Feb. de 2015
What does "turning" mean to you? Applying a color map? Rotating? Flipping? Transforming in some other way? Color maps don't apply to color images , only to gray scale or indexed images. Did you know that? A color image is already color so there are no indexes that you can use to replace the color with a color selected from an N by 3 colormap array.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by