JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
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. | |
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. | |