-
- Downloads
ENH: add specific streaming policy for StreamingShrinkImageFilter, to avoid reading all the data
Add a specific ImageRegionSplitter implementation : - which generates tiles of 1 pixel height - with the same tile width as the one computed with the meory estimator - with a tile width aligned on the ShrinkFactor Add a specific StreamingManager implementation which make use of the StreamingShrinkImageRegionSplitter Make this specific StreamingManager the default implementation used by StreamingShrinkImageFilter
Showing
- Code/BasicFilters/otbStreamingShrinkImageFilter.cxx 103 additions, 0 deletionsCode/BasicFilters/otbStreamingShrinkImageFilter.cxx
- Code/BasicFilters/otbStreamingShrinkImageFilter.h 143 additions, 5 deletionsCode/BasicFilters/otbStreamingShrinkImageFilter.h
- Code/BasicFilters/otbStreamingShrinkImageFilter.txx 30 additions, 16 deletionsCode/BasicFilters/otbStreamingShrinkImageFilter.txx
Loading
Please register or sign in to comment