Fawkes API
Fawkes Development Version
|
Adapter for OpenCV IplImages. More...
#include <>>
Static Public Member Functions | |
static void | convert_image_bgr (unsigned char *buffer, IplImage *image) |
Convert image from buffer into IplImage. More... | |
static void | convert_image_yuv422_planar (IplImage *image, unsigned char *buffer) |
Convert image from IplImage into buffer. More... | |
Adapter for OpenCV IplImages.
Conversion routines from FireVision buffers to OpenCV IplImages.
Definition at line 36 of file iplimage.h.
|
static |
Convert image from buffer into IplImage.
buffer | YUV422_PLANAR buffer of the same size as image |
image | IplImage the result will be written to in BGR notation |
Definition at line 46 of file iplimage.cpp.
Referenced by firevision::FacesClassifier::classify().
|
static |
Convert image from IplImage into buffer.
image | IplImage with BGR notation |
buffer | YUV422_PLANAR of the same size to write the converted IplImage |
Definition at line 59 of file iplimage.cpp.