Meaning of L-component display?

3 ビュー (過去 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 Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by