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_contour.cpp File Reference
#include "opencv_contour.h"
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include "opencv_image_functions.h"
+ Include dependency graph for opencv_contour.cpp:

Go to the source code of this file.

Functions

RNG rng (12345)
 
void yuv_opencv_to_yuv422 (Mat image, char *img, int width, int height)
 
void uyvy_opencv_to_yuv_opencv (Mat image, Mat image_in, int width, int height)
 
void find_contour (char *img, int width, int height)
 

Variables

struct contour_estimation cont_est
 
struct contour_threshold cont_thres
 

Detailed Description

Author
Roland Meertens and Peng Lu

Definition in file opencv_contour.cpp.

Function Documentation

void find_contour ( char *  img,
int  width,
int  height 
)
RNG rng ( 12345  )

Referenced by find_contour().

+ Here is the caller graph for this function:

void uyvy_opencv_to_yuv_opencv ( Mat  image,
Mat  image_in,
int  width,
int  height 
)

Definition at line 56 of file opencv_contour.cpp.

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

Definition at line 40 of file opencv_contour.cpp.

Variable Documentation

struct contour_estimation cont_est

Definition at line 34 of file opencv_contour.cpp.

Referenced by find_contour().

struct contour_threshold cont_thres

Definition at line 35 of file opencv_contour.cpp.

Referenced by detect_contour_init(), and find_contour().