Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
optical-flow calculation for Parrot Drones More...
#include "opticflow/opticflow_calculator.h"
Go to the source code of this file.
Functions | |
void | opticflow_module_init (void) |
Initialize the optical flow module for the bottom camera. More... | |
void | opticflow_module_run (void) |
Update the optical flow state for the calculation thread and update the stabilization loops with the newest result. More... | |
void | opticflow_module_start (void) |
void | opticflow_module_stop (void) |
Variables | |
struct opticflow_t | opticflow |
Opticflow calculations. More... | |
optical-flow calculation for Parrot Drones
Definition in file opticflow_module.h.
void opticflow_module_init | ( | void | ) |
Initialize the optical flow module for the bottom camera.
Definition at line 90 of file opticflow_module.c.
References cv_add_to_device(), DefaultPeriodic, opticflow_calc_init(), OPTICFLOW_FPS, opticflow_module_calc(), opticflow_telem_send(), and register_periodic_telemetry().
void opticflow_module_run | ( | void | ) |
Update the optical flow state for the calculation thread and update the stabilization loops with the newest result.
Definition at line 108 of file opticflow_module.c.
References FLOW_OPTICFLOW_ID, get_sys_time_usec(), and VEL_OPTICFLOW_ID.
void opticflow_module_start | ( | void | ) |
void opticflow_module_stop | ( | void | ) |
struct opticflow_t opticflow |
Opticflow calculations.
Definition at line 54 of file opticflow_module.c.