Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Find a IMAV pattern. More...
#include "modules/computer_vision/lib/vision/image.h"
Go to the source code of this file.
Data Structures | |
struct | marker_deviation_t |
Functions | |
struct marker_deviation_t | marker (struct image_t *input, uint8_t M) |
Find a IMAV pattern.
Definition in file imavmarker.h.
struct marker_deviation_t |
Definition at line 32 of file imavmarker.h.
Data Fields | ||
---|---|---|
uint16_t | inlier | |
int32_t | x | |
int32_t | y |
struct marker_deviation_t marker | ( | struct image_t * | input, |
uint8_t | M | ||
) |
Definition at line 43 of file imavmarker.c.
Referenced by cv_marker_func().