Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
opencv_image_functions.cpp File Reference
#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 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)
 

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

◆ colorbgr_opencv_to_yuv422()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ coloryuv_opencv_to_yuv422()

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

Definition at line 37 of file opencv_image_functions.cpp.

References c().

Referenced by colorbgr_opencv_to_yuv422().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ grayscale_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().

+ Here is the caller graph for this function: