Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/computer_vision/cv.h"
#include "modules/computer_vision/detect_contour.h"
#include "modules/computer_vision/opencv_contour.h"
Go to the source code of this file.
Macros | |
#define | DETECT_CONTOUR_FPS 0 |
Default FPS (zero means run at camera fps) More... | |
Functions | |
struct image_t * | contour_func (struct image_t *img) |
void | detect_contour_init (void) |
Definition in file detect_contour.c.
#define DETECT_CONTOUR_FPS 0 |
Default FPS (zero means run at camera fps)
Definition at line 31 of file detect_contour.c.
Referenced by detect_contour_init().
Definition at line 37 of file detect_contour.c.
References find_contour(), and IMAGE_YUV422.
Referenced by detect_contour_init().
void detect_contour_init | ( | void | ) |
Definition at line 47 of file detect_contour.c.
References cont_thres, contour_func(), cv_add_to_device(), DETECT_CONTOUR_FPS, contour_threshold::lower_u, contour_threshold::lower_v, contour_threshold::lower_y, contour_threshold::upper_u, contour_threshold::upper_v, and contour_threshold::upper_y.