GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <imagery.h>
Data Fields | |
int | count |
double * | e1 |
double * | n1 |
double * | z1 |
double * | e2 |
double * | n2 |
double * | z2 |
int * | status |
int Control_Points::count |
Definition at line 42 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().
double* Control_Points::e1 |
Definition at line 43 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().
double* Control_Points::e2 |
Definition at line 46 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().
double* Control_Points::n1 |
Definition at line 44 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().
double* Control_Points::n2 |
Definition at line 47 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().
int* Control_Points::status |
Definition at line 49 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().