- Mar 09, 2018
-
-
Julien Michel authored
-
Guillaume Pasero authored
-
Julien Michel authored
-
- Mar 06, 2018
-
-
Julien Michel authored
-
- Feb 22, 2018
-
-
Julien Michel authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Jun 13, 2016
-
-
Manuel Grizonnet authored
Used the following command: find . \( -iname *.txx -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_txx/otb$1_txx/g;' {} \; find . \( -iname *.h -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_h/otb$1_h/g;' {} \; Fixes many, but not all, clang -Wreserved-id-macro warnings.
-
- Feb 20, 2015
-
-
Julien Michel authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
- Oct 28, 2014
-
-
Mickael Savinaud authored
modifications generated via the script FindRedundantHeaderIncludes.py 2nd pass
-
Mickael Savinaud authored
modifications generated via the script FindRedundantHeaderIncludes.py
-
- Nov 15, 2013
-
-
Julien Malik authored
-
- Oct 28, 2011
-
-
Julien Michel authored
-
- May 25, 2011
-
-
Julien Malik authored
-
- May 07, 2011
-
-
Julien Malik authored
-
- May 04, 2011
-
-
Julien Malik authored
-
- Apr 11, 2011
-
-
Julien Malik authored
-
Mickael Savinaud authored
-
- Apr 09, 2011
-
-
Julien Malik authored
-
- Mar 21, 2011
-
-
OTB Bot authored
-
Julien Malik authored
-
Julien Malik authored
REFAC: add a StreamingManager class, rework the streaming management of StreamingImageVirtualFileWriter - Add a StreamingManager class, integrating the PipelineMemoryPrintCalculator, and managing several streaming policies (stripped by specified number of lines, stripped by available memory, tiled by specified tile dimension, tiled by available memory) - In tile mode, the class uses the new ImageRegionSquareTileSplitter, which generates square tiles - Integrate the StreamingManager into the StreamingImageVirtualWriter as the only object responsible for streaming policy. The filter relies on this object to get the number of splits and iterate in the splits, without knowing the underlying implementation - Add proper progress reporting in the StreamingImageVirtualWriter, by observing the progress events generated by the source object, to provide a continuous progress update instead of a tile by tile progress - Make the necessary changes in the tests to account for new streaming parameters specifications
-