Filter löschen
Filter löschen

Meaning of L-component display?

1 Ansicht (letzte 30 Tage)
nurul atikah mohd sharif
nurul atikah mohd sharif am 7 Nov. 2021
Bearbeitet: Walter Roberson am 8 Nov. 2021
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 Kommentar
nurul atikah mohd sharif
nurul atikah mohd sharif am 7 Nov. 2021
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

yanqi liu
yanqi liu am 8 Nov. 2021
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

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by