
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
I found this formula to calculate Luminance e Chrominance
L = (R + G + B) /3
C = { R-L, G - L, B- L}
what do negative values mean ?
How can i split an RGB image into its Luminance and Chrominance componenet?
A RGB image is fully described only by this two compoments?
Thanks
| <-- __Chronological__ --> | <-- __Thread__ --> |