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
photogrammetry_calculator.c File Reference
#include "photogrammetry_calculator.h"
#include "generated/airframe.h"
#include "generated/flight_plan.h"
+ Include dependency graph for photogrammetry_calculator.c:

Go to the source code of this file.

Macros

#define PHOTOGRAMMETRY_SWEEP_ANGLE   0
 Default sweep angle in radians from north. More...
 
#define PHOTOGRAMMETRY_OVERLAP   50
 overlap 1-99 percent More...
 
#define PHOTOGRAMMETRY_SIDELAP   50
 sidelap 1-99 percent More...
 
#define PHOTOGRAMMETRY_RESOLUTION   50
 mm pixel projection size More...
 

Functions

void init_photogrammetry_calculator (void)
 
void photogrammetry_calculator_update_camera2flightplan (void)
 
void photogrammetry_calculator_update_flightplan2camera (void)
 

Variables

float photogrammetry_sweep_angle = 0
 
int photogrammetry_sidestep = 0
 
int photogrammetry_triggerstep = 0
 
int photogrammetry_height = 0
 
int photogrammetry_sidelap
 
int photogrammetry_overlap
 
int photogrammetry_resolution
 
int photogrammetry_height_min
 
int photogrammetry_height_max
 
int photogrammetry_radius_min
 

Macro Definition Documentation

#define PHOTOGRAMMETRY_OVERLAP   50

overlap 1-99 percent

Definition at line 35 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().

#define PHOTOGRAMMETRY_RESOLUTION   50

mm pixel projection size

Definition at line 45 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().

#define PHOTOGRAMMETRY_SIDELAP   50

sidelap 1-99 percent

Definition at line 40 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().

#define PHOTOGRAMMETRY_SWEEP_ANGLE   0

Default sweep angle in radians from north.

Definition at line 30 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().

Function Documentation

void photogrammetry_calculator_update_camera2flightplan ( void  )
void photogrammetry_calculator_update_flightplan2camera ( void  )

Variable Documentation

int photogrammetry_height_max
int photogrammetry_height_min
int photogrammetry_radius_min

Definition at line 64 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().

float photogrammetry_sweep_angle = 0

Definition at line 50 of file photogrammetry_calculator.c.

Referenced by init_photogrammetry_calculator().