struct video_listener * cv_add_to_device(struct video_config_t *device, cv_function func)
struct image_t * contour_func(struct image_t *img)
Detects contours of an obstacle used in the autonomous drone racing.
void detect_contour_init(void)
struct contour_threshold cont_thres
Computer vision framework for onboard processing.
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.