필터 지우기
필터 지우기

Meaning of L-component display?

조회 수: 1 (최근 30일)
nurul atikah mohd sharif
nurul atikah mohd sharif 2021년 11월 7일
편집: Walter Roberson 2021년 11월 8일
Hi, I don't understand what is the meaning of this coding?
imshow(lab(:,:,1),[0 100])
why there is [0 100]? what is the meaning of that code?
  댓글 수: 1
nurul atikah mohd sharif
nurul atikah mohd sharif 2021년 11월 7일
L*
Luminance or brightness of the image. Values are in the range [0, 100], where 0 specifies black and 100 specifies white. As L* increases, colors become brighter.
ok, i have found the asnwer why it is range [0 100]. It's noted at the document as well.

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

답변 (1개)

yanqi liu
yanqi liu 2021년 11월 8일
imshow(lab(:,:,1),[0 100])
sir, its means use lab(:,:,1) data,display in [0,100] range,if data more than 100,will be change as 100 to display

카테고리

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