- Mar 13, 2019
-
-
Cédric Traizet 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
-
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
-
-
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
-
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 orfeotoolbox/otb!411
-
Cédric Traizet authored
-
- Mar 07, 2019
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
BUG: #1825: use GetParameterName to get real names on composite apps Closes #1825 See merge request orfeotoolbox/otb!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 orfeotoolbox/otb!403
-
Guillaume Pasero authored
CI: use lld linker on ubuntu See merge request orfeotoolbox/otb!399
-
Victor Poughon authored
Fix ImageFileReader error message & add back otb::Logger::BuildFormattedEntry Closes #1850 See merge request orfeotoolbox/otb!400
-
- Mar 06, 2019
-
-
Victor Poughon authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-