Closed w136111526 closed 3 years ago
See function Convert in file SimdFrame.hpp, line 712:
case Frame<A>::Bgr24:
{
View<A> u(src.Size(), View<A>::Gray8), v(src.Size(), View<A>::Gray8);
DeinterleaveUv(src.planes[1], u, v);
Yuv420pToBgr(src.planes[0], u, v, dst.planes[0]);
break;
}
Hello, I would like to convert the NV12 image to-bit rgb image, there is no function available