Hello everyone,
I would like to do image processing and need to know the detail of ippiYCbCr422ToBGR_8u_C2C3R.
such as
Y'= 0.299*R' + 0.587*G' + 0.114*B'
U'= -0.147*R' - 0.289*G' + 0.436*B' = 0.492*(B'- Y') V'= 0.615*R' - 0.515*G' - 0.100*B' = 0.877*(R'- Y') R' = Y' + 1.140*V'
G' = Y' - 0.394*U' - 0.581*V' )
Is anyone can help me ? thanks