Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
detect_contour.c File Reference
+ Include dependency graph for detect_contour.c:

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_tcontour_func (struct image_t *img)
 
void detect_contour_init (void)
 

Detailed Description

Author
Roland Meertens and Peng Lu

Definition in file detect_contour.c.

Macro Definition Documentation

#define DETECT_CONTOUR_FPS   0

Default FPS (zero means run at camera fps)

Definition at line 27 of file detect_contour.c.

Referenced by detect_contour_init().

Function Documentation

struct image_t * contour_func ( struct image_t img)

Definition at line 37 of file detect_contour.c.

References image_t::buf, find_contour(), image_t::h, IMAGE_YUV422, image_t::type, and image_t::w.

Referenced by detect_contour_init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: