/YUV420Converter

Primary LanguageC++Apache License 2.0Apache-2.0

YUV420Converter

YUV420Converter is an open source project. It provides the following sample code:
1. Convert YUV420 image to RGBA image.
2. Rotate the YUV420P image.
3. Rotate the RGBA image.

It provides three conversion methods:
1. Custom code to convert YUV420 to RGBA.
2. Use OpenCV to convert YUV420 to RGBA.
3. Use Libyuv to convert YUV420 to RGBA.