Skip to content
Snippets Groups Projects
Commit 576a3e00 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: enable progress on bfTvStreamingMinMaxImageFilter

parent d1a11a02
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ int otbStreamingMinMaxImageFilter(int itkNotUsed(argc), char * argv[])
filter->GetStreamer()->SetNumberOfLinesStrippedStreaming( 10 );
filter->SetInput(reader->GetOutput());
otb::StandardFilterWatcher watcher(filter, "Min Max Computation");
otb::StandardFilterWatcher watcher(filter->GetStreamer(), "Min Max Computation");
filter->Update();
std::ofstream file;
......
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