Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
opencv_image_functions.cpp File Reference

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>
+ Include dependency graph for opencv_image_functions.cpp:

Go to the source code of this file.

Functions

void coloryuv_opencv_to_yuv422 (Mat image, char *img, int width, int height)
 
void colorrgb_opencv_to_yuv422 (Mat image, char *img, int width, int height)
 
void grayscale_opencv_to_yuv422 (Mat image, char *img, int width, int height)
 

Detailed Description

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.

Function Documentation

void colorrgb_opencv_to_yuv422 ( Mat  image,
char *  img,
int  width,
int  height 
)

Definition at line 69 of file opencv_image_functions.cpp.

References coloryuv_opencv_to_yuv422().

Referenced by opencv_example().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void coloryuv_opencv_to_yuv422 ( Mat  image,
char *  img,
int  width,
int  height 
)

Definition at line 37 of file opencv_image_functions.cpp.

References p.

Referenced by colorrgb_opencv_to_yuv422().

+ Here is the caller graph for this function:

void grayscale_opencv_to_yuv422 ( Mat  image,
char *  img,
int  width,
int  height 
)

Definition at line 78 of file opencv_image_functions.cpp.

References p.

Referenced by find_contour().

+ Here is the caller graph for this function: