- Aug 11, 2014
-
-
Guillaume Pasero authored
-
- Aug 07, 2014
-
-
Guillaume Pasero authored
-
- Aug 02, 2014
-
-
OTB Bot authored
-
Rashad Kanavath authored
-
- Jul 28, 2014
-
-
OTB Bot authored
-
Guillaume Pasero authored
-
- Jul 16, 2014
-
-
Manuel Grizonnet authored
-
- Jul 13, 2014
-
-
Rashad Kanavath authored
-
- Jul 08, 2014
-
-
Manuel Grizonnet authored
-
- Feb 19, 2014
-
-
Mickael Savinaud authored
-
- Feb 12, 2014
-
-
Charles Peyrega authored
-
- Feb 04, 2014
-
-
Manuel Grizonnet authored
-
- Jan 29, 2014
-
-
Charles Peyrega authored
-
- Jan 28, 2014
-
-
Mickael Savinaud authored
All this stuff have been moved into Monteverdi To achieve this goal, I removed: - Utilities/FLTK - Code/Gui - Code/Visu (old visualization framework) - Code/Visualization - and their relative tests and examples Some modifications have been also done into some CMakelists.txt to remove all links to visualization
-
- Jan 16, 2014
-
-
Mickael Savinaud authored
-
- Jan 08, 2014
-
-
Mickael Savinaud authored
OTB does not support anymore classes which use liblas in version 4.0: -otbPointSetFileReader You can still access to these classes, related tests and examples in OTB 3.20.
-
- Apr 04, 2014
-
-
Manuel Grizonnet authored
-
- Dec 18, 2013
-
-
Manuel Grizonnet authored
OTB does not support anymore classes which use pqxx in version 4.0: Classes removed in OTBv4 are: - PostGISConnectionImplementation - PostGISTable - GISTableFunction - PostGISCreateTableTransactor - PostGISFromStringTransactor - PostGISQueryTransactor - TransactorGISTableFunction You can still access to these classes, related tests and examples in OTB 3.20.
-
- Nov 18, 2013
-
-
OTB Bot authored
-
- Nov 17, 2013
-
-
OTB Bot authored
-
- Nov 16, 2013
-
-
OTB Bot authored
-
- Nov 15, 2013
-
-
OTB Bot authored
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. NOTE: MUST USE GNU compliant version of sed Run the following shell code (Adopted from Brad King scripts for CMake): for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \ | xargs sed -i -f convert.sed \ && rm convert.sed This has been adapted from ITK commit e52dbe7fa476f6283c9b9d1507fca052355113a4
-
Julien Malik authored
This modification is based according to the process described in ITK/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
-
Julien Malik authored
-
- Jul 08, 2013
-
-
Mickael Savinaud authored
-
- Jul 04, 2013
-
-
OTB Bot authored
-
Charles Peyrega authored
-
- Jul 03, 2013
-
-
OTB Bot authored
-
Jonathan Guinet authored
-
Charles Peyrega authored
-
Julien Malik authored
-
- Jul 02, 2013
-
-
Charles Peyrega authored
-
- Jun 28, 2013
-
-
OTB Bot authored
-
Charles Peyrega authored
DOC: Add a TrainMachineLearningModelFromSamplesExample for the SG and renaming of TrainMachineLearningModelFromImagesExample
-
- Jun 19, 2013
-
-
OTB Bot authored
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-