Please help how to read colour depth of image in matlab

3 visualizaciones (últimos 30 días)
Zarar Khalid
Zarar Khalid el 5 de Jul. de 2020
Respondida: Image Analyst el 5 de Jul. de 2020
hi brothers please help our teacher gave us an assignment in which we have to read color depth of field images and i can't find it online can anyone please guide in MATLAB
  1 comentario
Voss
Voss el 5 de Jul. de 2020
Maybe searching for "bit depth" would be helpful. I believe they are two terms for the same thing, and I believe MATLAB uses the term "bit depth".

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 5 de Jul. de 2020
Hint:
rgbImage = imread('peppers.png');
size(rgbImage)
whos rgbImage
That should be enough for you to figure it out.

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by