Please help how to read colour depth of image in matlab

조회 수: 3 (최근 30일)
Zarar Khalid
Zarar Khalid 2020년 7월 5일
답변: Image Analyst 2020년 7월 5일
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
Voss
Voss 2020년 7월 5일
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".

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by