JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
ColorConversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void convertYUYVtoRGB24 (unsigned int w, unsigned int h, unsigned char const *src, unsigned char *dst)
 Convert from YUYV to RGB, mostly intended for internal use. Use RawImage functions instead in most cases. More...
 
void convertYUYVtoRGBYL (unsigned int w, unsigned int h, unsigned char const *src, int *dstrg, int *dstby, int *dstlum, int thresh, int inputbits)
 Convert from YUYV to RG, BY, and luminance for use by Saliency module in jevoisbase. For internal use. More...