- 28 Sep, 2018 1 commit
-
-
Manuel Grizonnet authored
-
- 11 Sep, 2018 1 commit
-
-
Guillaume Pasero 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' {} +)
-
- 06 Mar, 2018 1 commit
-
-
Julien Michel authored
-
- 19 Feb, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 12 Feb, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 03 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 02 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 26 Apr, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 30 Mar, 2017 2 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 29 Mar, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 17 Mar, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 13 Mar, 2017 1 commit
-
-
Ludovic Hussonnois authored
Now input vector with class is required for unsupervised classifier. The cases where input vector data were optional for unsupervised classification are commented.
-
- 10 Mar, 2017 2 commits
-
-
Ludovic Hussonnois authored
-
Ludovic Hussonnois authored
This allow to have only one application to handle bot supervised and unsupervised classifier.
-
- 08 Mar, 2017 3 commits
-
-
Ludovic Hussonnois authored
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- 23 Feb, 2017 2 commits
-
-
Ludovic Hussonnois authored
SampleSelection can now be used without input vector data.
-
Ludovic Hussonnois authored
-
- 20 Feb, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 23 Jan, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 12 Jan, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 23 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 22 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 20 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 01 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 25 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 21 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
ENH: common use of elevation parameter between TrainImagesClassifier, PolygonClassStatistics and SampleSelection
-
- 18 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 17 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 14 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 10 Nov, 2016 2 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 17 Jun, 2016 1 commit
-
-
Jordi Inglada 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'
-
- 09 Jun, 2016 1 commit
-
-
Jordi Inglada authored
-
- 07 Apr, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 05 Apr, 2016 1 commit
-
-
Guillaume Pasero authored
-