Perform automatic registration of input image to reference. More...
#include <spatmod/imageautoregister.h>
Classes | |
| class | SETTINGS |
| Settings used for Run. More... | |
Public Member Functions | |
| AUTOREGISTER () | |
| ~AUTOREGISTER () | |
| const GEOREFERENCE * | GetGeorefResult () const |
| double | GetRMSResidual () const |
| int | Run (IMAGE::STAGE &StageInput, IMAGE::STAGE &StageRef, const SETTINGS &Settings) |
Perform automatic registration of input image to reference.
| SPATMOD::IMAGE::AUTOREGISTER::AUTOREGISTER | ( | ) |
| SPATMOD::IMAGE::AUTOREGISTER::~AUTOREGISTER | ( | ) |
| const GEOREFERENCE* SPATMOD::IMAGE::AUTOREGISTER::GetGeorefResult | ( | ) | const |
Get georeference resulting from autoregistration.
Use to access control points and model.
| double SPATMOD::IMAGE::AUTOREGISTER::GetRMSResidual | ( | ) | const |
Get RMS residual from last run.
| int SPATMOD::IMAGE::AUTOREGISTER::Run | ( | IMAGE::STAGE & | StageInput, | |
| IMAGE::STAGE & | StageRef, | |||
| const SETTINGS & | Settings | |||
| ) |
Run autoregistration.
Will only return error if cannot determine any reasonable georeference for input.
| StageInput | Input image, must have initial georeference | |
| StageRef | Reference image, must have georeference | |
| Settings | Run settings |
1.6.1