Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cv_georeference.c File Reference
#include "modules/computer_vision/cv_georeference.h"
#include "math/pprz_trig_int.h"
#include "math/pprz_algebra.h"
#include "math/pprz_algebra_int.h"
#include "state.h"
#include "generated/flight_plan.h"
#include "subsystems/datalink/downlink.h"
+ Include dependency graph for cv_georeference.c:

Go to the source code of this file.

Data Structures

struct  georeference_filter_t
 
struct  georeference_t
 

Functions

void georeference_project (struct camera_frame_t *tar, int wp)
 
void georeference_filter (bool_t kalman, int wp, int length)
 
void georeference_run (void)
 
void georeference_init (void)
 

Variables

struct georeference_t geo
 
int32_t focus_length
 

Detailed Description

Author
C. De Wagter Geo-reference computer vision detections

Definition in file cv_georeference.c.


Data Structure Documentation

struct georeference_filter_t

Definition at line 36 of file cv_georeference.c.

+ Collaboration diagram for georeference_filter_t:
Data Fields
int32_t P Covariance/Average-count.
struct Int32Vect3 v Target Velocity.
struct Int32Vect3 x Target.
struct georeference_t

Definition at line 42 of file cv_georeference.c.

+ Collaboration diagram for georeference_t:
Data Fields
struct georeference_filter_t filter Filter waypoint location.
struct Int32Vect3 target_i Target in pixels, with z being the focal length in pixels, x=up,y=right,out.
struct Int32Vect3 target_l Target in meters, relative to the drone in LTP frame.
struct Int32Vect3 x_t Target coordinates NED.

Function Documentation

void georeference_filter ( bool_t  kalman,
int  wp,
int  length 
)
void georeference_run ( void  )

Variable Documentation

int32_t focus_length

Definition at line 153 of file cv_georeference.c.

Referenced by georeference_init(), and georeference_run().

struct georeference_t geo

Definition at line 51 of file cv_georeference.c.

Referenced by georeference_filter(), georeference_init(), and georeference_project().