Skip to content
Snippets Groups Projects
Commit e0a18442 authored by Romain Garrigues's avatar Romain Garrigues
Browse files

Tests de otb::StreamingResampleImageFilter

parent 55a7876d
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ int otbStreamingResampleImageFilterCompareWithITK(int argc, char * argv[])
writerITKFilter->Update();
writerOTBFilter->SetInput(resamplerOTB->GetOutput());
writerOTBFilter->SetNumberOfStreamDivisions(10);
writerOTBFilter->SetTilingStreamDivisions();
writerOTBFilter->SetFileName(outputOTBFilename);
writerOTBFilter->Update();
}
......
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