Borrar filtros
Borrar filtros

Determine image color type

3 visualizaciones (últimos 30 días)
SBakc
SBakc el 3 de Sept. de 2019
Respondida: Image Analyst el 3 de Sept. de 2019
Is it possible to determine the color type of an input image, such as, YUV?

Respuestas (1)

Image Analyst
Image Analyst el 3 de Sept. de 2019
You might be able to. If it's just a bunch of numbers for the pixel values then you don't necessarily know unless the image header told you. But if you display it and it doesn't look "right" - like it looks like a sharp, in-focus image but just has funky colors like a negative or something - then you can try to convert it from the other colorspaces to RGB, like with ycbcr2rgb() or hsv2rgb(), and see which function seems to give the best RGB image.

Categorías

Más información sobre Convert Image Type 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