EMVD icon indicating copy to clipboard operation
EMVD copied to clipboard

Wrong YUVW transfer coefficient.

Open hschoi94 opened this issue 2 years ago • 0 comments

the YUVW transfer matrix is M = 0.5 0.5 0.5 0.5 −0.5 0.5 0.5 −0.5 0.65 0.2784 −0.2784 −0.65 −0.2784 0.65 −0.65 0.2784

but your code has cfa = np.array( [[0.5, 0.5, 0.5, 0.5], [-0.5, 0.5, 0.5, -0.5], [0.65, 0.2784, -0.2784, -0.65], [-0.2784, 0.65, -0.65, 0.2764]])

hschoi94 avatar May 10 '22 00:05 hschoi94