32#include <opencv2/core/core.hpp>
33#include <opencv2/imgproc/imgproc.hpp>
44#if OPENCVDEMO_GRAYSCALE
int opencv_example(char *img, int width, int height)
void grayscale_opencv_to_yuv422(Mat image, char *img, int width, int height)
void colorbgr_opencv_to_yuv422(Mat image, char *img, int width, int height)
A small library with functions to convert between the Paparazzi used YUV422 arrays and the opencv ima...