Skip to content
Snippets Groups Projects
Commit 1ce0178f authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add average elevation

parent fca973ec
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,11 @@ int otbGCPsToRPCSensorModelImageFilterCheckRpcModel(int argc, char* argv[])
{
grsTrasnform->SetDEMDirectory(parseResult->GetParameterString("--DEMDirectory"));
}
else
{
grsTrasnform->SetAverageElevation(0);
}
grsTrasnform->InstanciateTransform();
// Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment