- Feb 12, 2018
-
-
Guillaume Pasero authored
-
- Oct 17, 2017
-
-
Manuel Grizonnet authored
-
- Sep 04, 2017
-
-
Rémi Cresson authored
-
- May 03, 2017
-
- May 02, 2017
-
-
Marina Bertolino authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Jan 27, 2017
-
-
Ludovic Hussonnois authored
BUG : Mantis-1335 : Increase monteverdi stack size and correct Segfault when rsr parameter is not provided. Monteverdi stack size is increase in order to use 6s code. WavelengthSpectralBandVectorType wasn't initialized and result wasn't used.
-
- Jan 23, 2017
-
-
Ludovic Hussonnois authored
-
- Oct 13, 2016
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- Sep 23, 2016
-
-
Guillaume Pasero authored
-
- Sep 15, 2016
-
-
Manuel Grizonnet authored
-
- Jul 20, 2016
-
-
Guillaume Pasero authored
-
- Jun 16, 2016
-
-
Manuel Grizonnet authored
clang-tidy tool can insert missing override keyword as a macro so that missing [optional] virtual identifiers can be easily added. build otb with clang 3.8 and use cmake option CMAKE_EXPORT_COMPILE_COMMANDS=ON. Most modules and third parties have been activated. #Run clang modernize check using utility script which allow to process the code in parallel (only on Applications directory) python run-clang-tidy.py -clang-tidy-binary ~/software/clang+llvm-3.8.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang-tidy -checks=-*,modernize-use-override -header-filter=/home/grizonnetm/projets/otb/src/OTB/Modules/Modules/Applications/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/Applications/*/app/*.cxx > ~/temporary/run-clang-tidy-app-log.txt #Replace override by ITK macro (to maintain compat with c++98) in Modules/Applications find . -type f -print -name "*.cxx" |xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
-
- Jan 04, 2016
-
-
Rashad Kanavath authored
This is a big one without much harm. It fixes incorrect spelling and grammer when packaging OTB 5.0.0 and 5.2.0 for Debian. Most of these changes are done by developers at DebianGIS. For more info, I include the original patch header below. Description: Fix some spelling errors to silence lintian enabling to concentrate on the real problem. Author: Andreas Tille <tille@debian.org> Author: Rashad Kanavath <rashad.kanavath@c-s.fr> Author: Bas Couwenberg <sebastic@xs4all.nl> Last-Update: 2015-12-22
-
- Aug 03, 2015
-
-
Guillaume Pasero authored
-
- Jun 25, 2015
-
-
Mickael Savinaud authored
-
- Apr 28, 2015
-
-
Manuel Grizonnet authored
-
- Feb 20, 2015
-
-
Julien Michel authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
- Dec 19, 2014
-
-
OTB Bot authored
-
Christophe Palmann authored
-
- Nov 05, 2014
-
-
Manuel Grizonnet 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
-
- Sep 10, 2014
-
-
Manuel Grizonnet authored
-
- Sep 01, 2014
-
-
Manuel Grizonnet authored
-
- Aug 29, 2014
-
-
Manuel Grizonnet authored
-
- Aug 28, 2014
-
-
Manuel Grizonnet authored
-
- Aug 26, 2014
-
-
Manuel Grizonnet authored
-
- Aug 22, 2014
-
-
Guillaume Pasero authored
-
- Aug 21, 2014
-
-
Guillaume Pasero authored
-
- Aug 06, 2014
-
-
Christophe Palmann authored
Renamed sources <classname>2.h to <classname>.h and so on. Suppressed otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms class. Added otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms class instead. Tried to make those classes more reliable and more similar : otbReflectanceToSurfaceReflectanceImageFilter otbSurfaceAdjacencyEffectCorrectionSchemeFilter otbSurfaceReflectanceToReflectanceFilter. Warning : Task on otbAtmosphericEffects class not finished. Test about this class is still deactivated.
-
- Jun 11, 2014
-
-
Manuel Grizonnet authored
-
- May 13, 2014
-
-
Mickael Savinaud authored
by default no adjency effect is computed (as previous even if the checkbox is set by default correct some strange mistake about the name of parameters
-
- Apr 11, 2014
-
-
OTB Bot authored
-
- Apr 10, 2014
-
-
Mickael Savinaud authored
for information in prevous version it is UInt16
-
Mickael Savinaud authored
-
Mickael Savinaud authored
-