Skip to content
Snippets Groups Projects
Commit 1061aa01 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add ram param in shrink

parent 79c07446
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ private:
// TODO : how to deal with that?
shrinkFilter->GetStreamer()->SetAutomaticTiledStreaming(256);
shrinkFilter->GetStreamer()->SetAutomaticTiledStreaming(GetParameterInt("ram"));
otbAppLogDEBUG( << "Evaluating input Min/Max..." );
itk::ImageRegionConstIterator<FloatVectorImageType> it(shrinkFilter->GetOutput(), shrinkFilter->GetOutput()->GetLargestPossibleRegion());
......
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