Update for 16-01-22 15:45
This commit is contained in:
parent
2267a3a6e8
commit
1b6ad4313c
@ -1,4 +1,12 @@
|
||||
= YUV =
|
||||
|
||||
The YUV colorspace is a system to represent color in a more compact way that
|
||||
accounts for the way human perception works.
|
||||
accounts for the way human perception works. YUV is used in the PAL composite
|
||||
color video standard.
|
||||
|
||||
The 'Y' pertains to the luma component, or how bright the color is. The
|
||||
two chrominance components called U (blue) and V (red).
|
||||
|
||||
Luminance is Y and luma is Y', where the prime sybmol denotes gamma correction.
|
||||
Luminance is physical linear space brigtness, while luma is precieved
|
||||
brightness (non linear).
|
||||
|
Loading…
Reference in New Issue
Block a user