Skip to content
Snippets Groups Projects
Commit 5c80bd31 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:change GCP to sensor model

parent b2b441d8
Branches
Tags
No related merge requests found
......@@ -16,7 +16,6 @@
=========================================================================*/
// Software Guide : BeginCommandLineArgs
// INPUTS: {qb_RoadExtract2.tif}
// OUTPUTS: {OBIAShapeAttribute.txt}
......
......@@ -152,7 +152,7 @@ int main( int argc, char* argv[] )
ofs.precision(10);
ofs<<(ImageType::Pointer)rpcEstimator->GetOutput()<<std::endl;
ofs<<"Residual ground error: "<<rpcEstimator->GetResidualGroundError()<<std::endl;
ofs<<"Residual ground error: "<<rpcEstimator->GetRMSGroundError()<<std::endl;
ofs.close();
// Software Guide : EndCodeSnippet
......
......@@ -6,15 +6,17 @@
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved.
See ITCopyright.txt for details.
=========================================================================*/
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
// this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests
#if defined(_MSC_VER)
......@@ -30,7 +32,6 @@ void RegisterTests()
REGISTER_TEST(EstimateRPCSensorModelExampleTest);
}
#undef main
#define main PlaceNameToLonLatExampleTest
#include "PlaceNameToLonLatExample.cxx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment