Skip to content

C implementation of the yuv422 planar to rgb color space

Notifications You must be signed in to change notification settings

dmacattack/yuvToRgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuvToRgb

C/C++ implementation of the yuv422 planar to rgb color space

C/C++ reading a file into buffers, separating the YUV422 color components, calculating the RGB pixels, and saving them into separate files in order to be parsed by programs such as Matlab/Octave.

To compile

g++ yuvrgb.cpp -o run

To run

./run

Octave Output

picture alt

About

C implementation of the yuv422 planar to rgb color space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published