GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
Control_Points Struct Reference

#include <imagery.h>

Data Fields

int count
 
double * e1
 
double * n1
 
double * z1
 
double * e2
 
double * n2
 
double * z2
 
int * status
 

Detailed Description

Definition at line 36 of file imagery.h.

Field Documentation

◆ count

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().

◆ e1

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().

◆ e2

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().

◆ n1

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().

◆ n2

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().

◆ status

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().

◆ z1

double* Control_Points::z1

Definition at line 40 of file imagery.h.

◆ z2

double* Control_Points::z2

Definition at line 43 of file imagery.h.


The documentation for this struct was generated from the following file: