- 13 Mar, 2019 2 commits
-
-
Cédric Traizet authored
Logging in python wrapper See merge request !405
-
Victor Poughon authored
Reorder cookbook sections and update style See merge request !415
-
- 12 Mar, 2019 11 commits
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Antoine Regimbeau authored
Test using numpy See merge request !409
-
Victor Poughon authored
PERF: Optimize compare image See merge request !410
-
Luc Hermitte authored
The `DifferenceImageFilter` is often used on `VectorImage`s, in particular when doing `compare-image`. Creating new `VariableLengthVector` pixels at each iteration, or casting them will automatically end up in construction and destruction of VLV pixels, and thus allocation and liberation of heap memory. This is not efficient. This commit aims at minimizing the number of allocation by factorizing out everything that can be (pixel size, typical max value, typical zero value). Resetting value is done by assignment, which has the good property of not inducing any allocation on VLV variables.
-
Victor Poughon authored
PERF: Improve FunctorImageFilter performances See merge request !413
-
Luc Hermitte authored
`itk::UnaryFunctorImageFilter` only updates the progress reporter once per line. This commit mimics that behaviour. The performance improvment is small, less than 10% on simple filters like a scaling filter that multiplies pixel values.
-
- 11 Mar, 2019 5 commits
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Victor Poughon authored
Migrate developer's guide to the cookbook See merge request !398
-
- 08 Mar, 2019 9 commits
-
-
Cédric Traizet authored
REFACT: Deprecate `auto_ptr` See merge request !408
-
Luc Hermitte authored
`auto_ptr` has been deprecated in C++11 and completely removed from C++17 standard. This was the last occurrence of this class which emits a few warnings.
-
Victor Poughon authored
Fix typo in python error message See merge request !407
-
Cédric Traizet authored
ENH: replaced CallbackProgressReporter by a StandardOneLineFilter, renamed LogOutputCallback to SwigPrintCallback
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Guillaume Pasero authored
DOC: remove the OTB-Data-Examples step from how-to-release Closes #1847 See merge request !411
-
Cédric Traizet authored
-
- 07 Mar, 2019 8 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
BUG: #1825: use GetParameterName to get real names on composite apps Closes #1825 See merge request !406
-
Antoine Regimbeau authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Rémi Cresson authored
FIX: correct a minor bug in Superimpose application See merge request !403
-
Guillaume Pasero authored
CI: use lld linker on ubuntu See merge request !399
-
Victor Poughon authored
Fix ImageFileReader error message & add back otb::Logger::BuildFormattedEntry Closes #1850 See merge request !400
-
- 06 Mar, 2019 5 commits
-
-
Victor Poughon authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Guillaume Pasero authored
-