- Sep 01, 2017
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- Aug 28, 2017
-
-
Antoine Regimbeau authored
-
- Jun 23, 2017
-
-
Jordi Inglada authored
-
- Jun 16, 2017
-
-
Jordi Inglada authored
- update CMake minimum required version - set the C++ standard - set otb::Image constructor to =delete to test
-
- May 10, 2017
-
-
Marina Bertolino authored
-
Victor Poughon authored
-
- Apr 21, 2017
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Apr 13, 2017
-
-
Guillaume Pasero authored
-
- Apr 12, 2017
-
-
Guillaume Pasero authored
-
- Apr 07, 2017
-
-
Marina Bertolino authored
-
- Apr 05, 2017
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Apr 03, 2017
-
-
Marina Bertolino authored
-
- Mar 10, 2017
-
-
Marina Bertolino authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Jan 18, 2017
-
-
Guillaume Pasero authored
-
- Jan 11, 2017
-
-
Rashad Kanavath authored
-
- Jan 10, 2017
-
-
Rashad Kanavath authored
-
- Jan 04, 2017
-
-
Rashad Kanavath authored
This reverts commit a1aa949e.
-
Rashad Kanavath authored
-
- Nov 17, 2016
-
-
Guillaume Pasero authored
-
- Nov 16, 2016
-
-
Julien Michel authored
Simplify the code and avoid some allocations to improve performance. I haven't checked the definition of RealType, but merging the output and value variables might arguably affect precision. The unit tests still seem to pass, however. Tested by 2x upsampling a 10-band 5490x5490 float32 image on an Intel Celeron J1900. There is further room for improvement by eliding the remaining memory allocations. A container like the small_vector from Boost might be useful here, but we can't use that since it's not available in older Boost versions. before: 661.44s user 9.31s system 304% cpu 3:40.52 total 594.06s user 9.43s system 303% cpu 3:19.00 total 591.15s user 9.43s system 301% cpu 3:19.28 total after: 443.42s user 10.48s system 294% cpu 2:34.00 total 443.11s user 9.87s system 309% cpu 2:26.27 total 448.50s user 10.50s system 311% cpu 2:27.52 total
-
Julien Michel authored
Simplify the code and avoid some allocations to improve performance. I haven't checked the definition of RealType, but merging the output and value variables might arguably affect precision. The unit tests still seem to pass, however. Tested by 2x upsampling a 10-band 5490x5490 float32 image on an Intel Celeron J1900. There is further room for improvement by eliding the remaining memory allocations. A container like the small_vector from Boost might be useful here, but we can't use that since it's not available in older Boost versions. before: 661.44s user 9.31s system 304% cpu 3:40.52 total 594.06s user 9.43s system 303% cpu 3:19.00 total 591.15s user 9.43s system 301% cpu 3:19.28 total after: 443.42s user 10.48s system 294% cpu 2:34.00 total 443.11s user 9.87s system 309% cpu 2:26.27 total 448.50s user 10.50s system 311% cpu 2:27.52 total
-
- Oct 17, 2016
-
-
Rashad Kanavath authored
-
- Oct 14, 2016
-
-
Rashad Kanavath authored
-
- Oct 13, 2016
-
-
Manuel Grizonnet authored
-
- Oct 04, 2016
-
-
Manuel Grizonnet authored
-
- Sep 23, 2016
-
-
Rashad Kanavath authored
-
- Sep 21, 2016
-
-
Guillaume Pasero authored
-
- Sep 20, 2016
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- Sep 16, 2016
-
-
Manuel Grizonnet authored
-
- Sep 15, 2016
-
-
Manuel Grizonnet authored
-
- Aug 29, 2016
-
-
Stéphane Albert authored
-
Stéphane Albert authored
-
- Aug 26, 2016
-
-
Rémi Cresson authored
-
- Aug 25, 2016
-
-
Stéphane Albert authored
ENH: Moved mvdUseInDebug() and mvdUseInRelease() macros into otbConfigure.h.in as otbUseInDebug() and otbUseInRelease().
-