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

Automated merge with http://hg.orfeo-toolbox.org/OTB

parents 66491eb9 4298f026
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,9 @@ PhysicalToRPCSensorModelImageFilter<TImage>
m_GCPsToSensorModelFilter->SetInput(input);
m_GCPsToSensorModelFilter->UpdateOutputInformation();
std::cout<<"RPC model estimated. RMS ground error: "<<m_GCPsToSensorModelFilter->GetRMSGroundError()
<<", Mean error: "<<m_GCPsToSensorModelFilter->GetMeanError()<<std::endl;
otbGenericMsgDebugMacro(<<"RPC model estimated. RMS ground error: "<<m_GCPsToSensorModelFilter->GetRMSGroundError()
<<", Mean error: "<<m_GCPsToSensorModelFilter->GetMeanError());
// Encapsulate the keywordlist
itk::MetaDataDictionary& dict = this->GetOutput()->GetMetaDataDictionary();
......
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