handle image More...
#include <string>
#include <iostream>
#include <vector>
#include <cassert>
#include <alvision/alvisiondefinitions.h>
#include <qi/os.hpp>
Go to the source code of this file.
Classes | |
class | AL::ALImage |
struct | AL::ALImage::ROI |
Namespaces | |
AL | |
Macros | |
#define | _LIBALVISION_ALVISION_ALIMAGE_H_ |
Functions | |
void | computeRgbFromYuv (unsigned char *pYR, unsigned char *pUG, unsigned char *pVB) |
handle image
Definition in file alimage.h.
void computeRgbFromYuv | ( | unsigned char * | pYR, |
unsigned char * | pUG, | ||
unsigned char * | pVB | ||
) |