Skip to content
Snippets Groups Projects
Commit 253fc2ff authored by Julien Malik's avatar Julien Malik
Browse files

STYLE

parent e519a83e
No related branches found
No related tags found
No related merge requests found
......@@ -91,12 +91,14 @@ private:
{
FloatVectorImageType::Pointer inImage = GetParameterImage("in");
m_MinMaxFilter->GetStreamer()->SetNumberOfLinesStrippedStreaming( 50 );
otbAppLogDEBUG( << "Starting Min/Max computation" )
m_MinMaxFilter->GetStreamer()->SetNumberOfLinesStrippedStreaming( 50 );
m_MinMaxFilter->SetInput( inImage );
m_MinMaxFilter->Update();
otbAppLogDEBUG( << "Min/Max computation done : min=" << m_MinMaxFilter->GetMinimum()
<< " max= " << m_MinMaxFilter->GetMaximum() )
<< " max=" << m_MinMaxFilter->GetMaximum() )
FloatVectorImageType::PixelType inMin, inMax;
......
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