Azzera filtri
Azzera filtri

Meaning of L-component display?

1 visualizzazione (ultimi 30 giorni)
nurul atikah mohd sharif
nurul atikah mohd sharif il 7 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 Commento
nurul atikah mohd sharif
nurul atikah mohd sharif il 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.

Accedi per commentare.

Risposte (1)

yanqi liu
yanqi liu il 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

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by