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

ENH: remove useless call to Update()

parent 1888e6d8
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,6 @@ PersistentImageToOGRLayerSegmentationFilter<TImageType, TSegmentationFilter>
chrono1.Start();
m_SegmentationFilter->SetInput(extract->GetOutput());
m_SegmentationFilter->UpdateLargestPossibleRegion();
m_SegmentationFilter->Update();
chrono1.Stop();
otbMsgDebugMacro(<<"segmentation took " << chrono1.GetTotal() << " sec");
......
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