- Mar 14, 2019
-
-
Antoine Regimbeau authored
-
Guillaume Pasero authored
Warning on GetJacobian with GitlabCI See merge request orfeotoolbox/otb!420
-
Guillaume Pasero authored
This reverts commit 51cf7669.
-
Guillaume Pasero authored
This reverts commit 61e3b5ca.
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Mar 13, 2019
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
CI: enable ccache on ubuntu-llvm See merge request orfeotoolbox/otb!418
-
Victor Poughon authored
COMP: fix build error (missing include) See merge request orfeotoolbox/otb!417
-
Guillaume Pasero authored
-
Guillaume Pasero authored
CI setup all pipelines See merge request orfeotoolbox/otb!416
-
Victor Poughon authored
-
Cédric Traizet authored
Logging in python wrapper See merge request orfeotoolbox/otb!405
-
Victor Poughon authored
Reorder cookbook sections and update style See merge request orfeotoolbox/otb!415
-
- Mar 12, 2019
-
-
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 orfeotoolbox/otb!409
-
Victor Poughon authored
PERF: Optimize compare image See merge request orfeotoolbox/otb!410
-
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 orfeotoolbox/otb!413
-
`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.
-
- Mar 11, 2019
-
-
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 orfeotoolbox/otb!398
-
- Mar 08, 2019
-
-
Cédric Traizet authored
REFACT: Deprecate `auto_ptr` See merge request orfeotoolbox/otb!408
-
`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 orfeotoolbox/otb!407
-