- 14 Mar, 2019 1 commit
-
-
Guillaume Pasero authored
-
- 13 Mar, 2019 8 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
CI: enable ccache on ubuntu-llvm See merge request !418
-
Victor Poughon authored
COMP: fix build error (missing include) See merge request !417
-
Guillaume Pasero authored
-
Guillaume Pasero authored
CI setup all pipelines See merge request !416
-
Victor Poughon authored
-
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 17 commits
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero 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 6 commits
-
-
Guillaume Pasero authored
-
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 8 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
-