diff --git a/Testing/Code/OBIA/otbMeanShiftSegmentationFilter.cxx b/Testing/Code/OBIA/otbMeanShiftSegmentationFilter.cxx index aeffd3b2fd008437111544513dee8c7100ade2fe..a437401762b44980e91c89ca92dd892a0b58654d 100644 --- a/Testing/Code/OBIA/otbMeanShiftSegmentationFilter.cxx +++ b/Testing/Code/OBIA/otbMeanShiftSegmentationFilter.cxx @@ -72,7 +72,7 @@ int otbMeanShiftSegmentationFilter(int argc, char * argv[]) writerClustered->SetInput(filter->GetClusteredOutput()); writerLabel->SetInput(filter->GetLabelOutput()); -// writerClustered->Update(); + writerClustered->Update(); writerLabel->Update(); return EXIT_SUCCESS;