- 29 Apr, 2019 1 commit
-
-
Victor Poughon authored
-
- 14 Jan, 2019 1 commit
-
-
Julien Michel authored
-
- 12 Mar, 2018 1 commit
-
-
Julien Michel authored
STY: Change ITK_OVERRIDE for override in whole code (find Modules -type f -exec sed -i 's/ITK_OVERRIDE/override/g' {} +)
-
- 23 May, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 03 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 02 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 08 Mar, 2017 2 commits
-
-
Sebastien Dinot authored
-
Sebastien Dinot authored
-
- 23 Jan, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 09 Jan, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 23 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 24 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 24 Jun, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 16 Jun, 2016 1 commit
-
-
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'
-
- 14 Mar, 2016 2 commits
-
-
Julien Michel authored
ENH: Using the new, faster filter for zooming xs image in phr mode (in applications Superimpose and BundleToPerfectSensor)
-
Julien Michel authored
BUG: Ensure that the Superimpose and BundleToPerfectSensor app reports the correcte geometry information (mantis #1153)
-
- 04 Jan, 2016 1 commit
-
-
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
-
- 23 Feb, 2015 1 commit
-
-
Julien Michel authored
-
- 18 Feb, 2015 1 commit
-
-
Julien Malik authored
-
- 05 Nov, 2014 2 commits
-
-
Julien Michel authored
-
Julien Michel authored
BUG: Allowing to force default mode with Pleiades images in BundleToPerfectSensor and SuperImpose applications
-
- 28 Oct, 2014 1 commit
-
-
Mickael Savinaud authored
modifications generated via the script FindRedundantHeaderIncludes.py
-
- 08 Jul, 2014 2 commits
-
-
Julien Michel authored
-
Julien Michel authored
-
- 04 Jul, 2014 3 commits
-
-
Manuel Grizonnet authored
ENH: remove warning when phr mode is activated by the application and extend long description to describe app modes
-
Manuel Grizonnet authored
-
Julien Michel authored
BUG: Fixing #951 (applications does not work properly with external ITK) by replacing the ITK filter by an OTB one (which derives from our patched itk::UnaryFunctorImageFilter)
-
- 03 Jul, 2014 3 commits
-
-
Manuel Grizonnet authored
Change the shift apply in X and Y direction from 3/2 pixels to -3/2 pixels in bundletoperfectsensor application for phr data. This patch was provided by Julien Michel as he oberves that it improves the fusion on PHR data. I confirm that inverting this offset improve the result on PRIMARY product samples over Melbourne. It is still not clear for me if we've got now the "right" formula.
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- 24 Jun, 2014 1 commit
-
-
Guillaume Pasero authored
-
- 21 May, 2014 1 commit
-
-
Guillaume Pasero authored
-
- 07 May, 2014 2 commits
-
-
OTB Bot authored
-
Guillaume Pasero authored
-
- 15 Nov, 2013 2 commits
-
-
Julien Malik authored
-
Julien Malik authored
-
- 28 Oct, 2013 1 commit
-
-
Charles Peyrega authored
-
- 09 Oct, 2013 1 commit
-
-
Manuel Grizonnet authored
-
- 12 Sep, 2013 1 commit
-
-
Manuel Grizonnet authored
-
- 15 Nov, 2012 1 commit
-
-
Julien Michel authored
-