26 #ifndef DETECT_CONTOUR_FPS
27 #define DETECT_CONTOUR_FPS 0
31 #include "modules/computer_vision/cv.h"
struct image_t * contour_func(struct image_t *img)
struct video_listener * cv_add_to_device(struct video_config_t *device, cv_function func, uint16_t fps)
#define DETECT_CONTOUR_FPS
Default FPS (zero means run at camera fps)
Detects contours of an obstacle used in the autonomous drone racing.
void detect_contour_init(void)
struct contour_threshold cont_thres
void * buf
Image buffer (depending on the image_type)
UYVY format (uint16 per pixel)
void find_contour(char *img, int width, int height)
enum image_type type
The image type.