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

STY:replace std::cout by otbGenericMsgDebug

parent d39745ce
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