YUV to RGB conversion functions. More...
#include <dc1394/dc1394.h>
Go to the source code of this file.
Namespaces | |
namespace | yuv |
Functions | |
void | yuv::uyv2rgb (const unsigned char *src, unsigned char *dest, unsigned long long int NumPixels) |
void | yuv::uyvy2rgb (unsigned char *src, unsigned char *dest, unsigned long long int NumPixels) |
void | yuv::uyyvyy2rgb (const unsigned char *src, unsigned char *dest, unsigned long long int NumPixels) |
YUV to RGB conversion functions.
Definition in file yuv.h.