Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

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

void georeference_filter ( bool  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().