Closed fawdlstty closed 5 years ago
Hi scientists, i want make the U and V image, what should i do? i have try: y, u, v <- r, g, b r, g, b <- 0, u, 0 and i failed
R, G, B ∈ [0, 255] (y, u, v) = RGB2YUV (R, G, B); (R, G, B) = YUV2RGB (0, u, 0);
Hi scientists, i want make the U and V image, what should i do? i have try: y, u, v <- r, g, b r, g, b <- 0, u, 0 and i failed