|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#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 37 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 38 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 41 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 39 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 42 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 44 of file imagery.h.
Referenced by I_compute_georef_equations_tps(), I_georef_tps(), and I_new_control_point().