Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
A small library with functions to convert between the Paparazzi used YUV422 arrays and the opencv image functions. More...
#include "opencv_image_functions.h"
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
Functions | |
void | coloryuv_opencv_to_yuv422 (Mat image, char *img, int width, int height) |
void | colorbgr_opencv_to_yuv422 (Mat image, char *img, int width, int height) |
void | grayscale_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 image functions.
Definition in file opencv_image_functions.cpp.
void colorbgr_opencv_to_yuv422 | ( | Mat | image, |
char * | img, | ||
int | width, | ||
int | height | ||
) |
Definition at line 59 of file opencv_image_functions.cpp.
References coloryuv_opencv_to_yuv422().
Referenced by opencv_example().
void coloryuv_opencv_to_yuv422 | ( | Mat | image, |
char * | img, | ||
int | width, | ||
int | height | ||
) |
Definition at line 37 of file opencv_image_functions.cpp.
Referenced by colorbgr_opencv_to_yuv422().
void grayscale_opencv_to_yuv422 | ( | Mat | image, |
char * | img, | ||
int | width, | ||
int | height | ||
) |
Definition at line 68 of file opencv_image_functions.cpp.
References p.
Referenced by find_contour(), and opencv_example().