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 ca...
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....