Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
cv_georeference.h File Reference
#include "std.h"
#include <stdint.h>
+ Include dependency graph for cv_georeference.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  camera_frame_t
 

Functions

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

Variables

int32_t focus_length
 

Detailed Description

Author
C. De Wagter Geo-reference computer vision detections

Definition in file cv_georeference.h.


Data Structure Documentation

◆ camera_frame_t

struct camera_frame_t

Definition at line 37 of file cv_georeference.h.

Data Fields
int32_t f Camera Focal length in [px].
int32_t h Frame height [px].
int32_t px Target pixel coordinate (left = 0)
int32_t py Target pixel coordinate (top = 0)
int32_t w Frame width [px].

Function Documentation

◆ georeference_filter()

void georeference_filter ( bool  kalman,
int  wp,
int  length 
)

◆ georeference_init()

◆ georeference_project()

◆ georeference_run()

void georeference_run ( void  )

Definition at line 155 of file cv_georeference.c.

References FALSE, focus_length, georeference_filter(), georeference_project(), and target.

+ Here is the call graph for this function:

Variable Documentation

◆ focus_length

int32_t focus_length

Definition at line 153 of file cv_georeference.c.

Referenced by georeference_init(), and georeference_run().