yuv2rgb
yuv2rgb copied to clipboard
transform yuv to rgb
Results
3
yuv2rgb issues
Sort by
recently updated
recently updated
newest added
Tested on raspberry pi 4b, it's 3x slower than OpenCV's cvtColor function call. cv::cvtColor(m, fout->m_, cv::COLOR_YUV2BGR_I420, 3);
请问,如果我是nv12 的格式,是不是直接对换uv 就可以了?
Hello, I would like to integrate a function that could help me for my project. I want to display a texture OpenGL from a RGBA buffer. I'm getting YUYV 4:2:2...