Borrar filtros
Borrar filtros

Image Size mx3 Convert to RGB

4 visualizaciones (últimos 30 días)
Fabio Corres
Fabio Corres el 19 de Mzo. de 2017
Respondida: Image Analyst el 24 de Mzo. de 2017
Hey there ,
I am working on HDR image from single image and i make some adjustment on image(low pass filtering etc.) When i was working on image my image size become height x weight. But my original image is equal to heightxweightx3 .
There is a problem when i try to convert it on RGB (i convert ycbcr first) color space it gives me an error about this image sizing.Can anyone help me to figure it what is this x3 . Am i get it back ?
Thank you
  1 comentario
KSSV
KSSV el 20 de Mzo. de 2017
When you have heightxweightx3 yiu have it as RGB already. check with imshow(data). What it shows? Where data is your 3D matrix.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 24 de Mzo. de 2017
When you "make some adjustment" you evidently converted your color image to grayscale. We don't know what you did, but you did it incorrectly.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by