GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/config.h>
#include <grass/imagery.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
int | I_compute_georef_equations (struct Control_Points *cp, double E12[3], double N12[3], double E21[3], double N21[3]) |
int | I_georef (double e1, double n1, double *e2, double *n2, double E[3], double N[3]) |
int I_compute_georef_equations | ( | struct Control_Points * | cp, |
double | E12[3], | ||
double | N12[3], | ||
double | E21[3], | ||
double | N21[3] | ||
) |