- Jun 25, 2020
-
-
Cédric Traizet authored
BUG: remove cast to char* const& as it does not compile on windows, the lexical cast to char* is notneeded anyway
-
- Jun 22, 2020
-
-
Julien Osman authored
-
Cédric Traizet authored
Fix spatial reference equality tests Closes #2051 and #2055 See merge request orfeotoolbox/otb!720
-
Cédric Traizet authored
Fix Centos CI build See merge request orfeotoolbox/otb!719
-
- Jun 17, 2020
-
-
Cédric Traizet authored
ENH: override SetNumberOfComponentsPerPixel to implement a default behavior for band specific metadata copy
-
Cédric Traizet authored
-
Cédric Traizet authored
BUG: Use the same mapping strategy when comparing spatial reference from a Datasource and a wkt string
-
- Jun 16, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
BUG: use the PCA transformation matrix instead of the ICA transformation matrix to determine the output size
-
- Jun 15, 2020
-
-
Cédric Traizet authored
BUG: #2046 Add an epsilon margin to compute the m_ReachableOutputRegion Closes #2046 See merge request orfeotoolbox/otb!714
-
- Jun 14, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
Error in the documenation of the QGIS plugin See merge request orfeotoolbox/otb!716
-
Cédric Traizet authored
-
- Jun 12, 2020
-
-
Cédric Traizet authored
-
Laurențiu Nicola authored
Update GDAL version in superbuild (3.1.0) Closes #2052 See merge request orfeotoolbox/otb!715
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
- Jun 09, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
REFAC: move image list objects to a new module, because they now depend on OTBMetadata, which depends on OTBObjectList
-
Cédric Traizet authored
-
- Jun 04, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
- Jun 03, 2020
-
-
Cédric Traizet authored
-
- May 28, 2020
-
-
Cédric Traizet authored
-
- May 27, 2020
-
-
Cédric Traizet authored
REFAC: update multi-baseline for large input tests (same projection, but different wkt strings) and removed out-of-date baselines
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
- May 25, 2020
-
-
Julien Osman authored
-
Julien Osman authored
The application Superimpose crashed with a segmentation fault during resampling. Investigation revealed that the interpolated index was out of image bounds. The application uses the PHR mode and resample the XS image with a otb::GridResampleImageFilter. This filter doesn't check explicitly that input indexes are in the input buffered region. It uses a m_ReachableOutputRegion to crop the output region processed. The problem appears because an output pixel is right on the border of the input image extent, and when someone uses a nearest neighbor interpolator, this one converts the continuous index to an out-of-bound index.
-
- May 20, 2020
-
-
Julien Osman authored
-
- May 19, 2020
-
-
Julien Osman authored
-
Julien Osman authored
-
Cédric Traizet authored
Update documentation for QGIS, Python and multiwriter See merge request orfeotoolbox/otb!713
-
Cédric Traizet authored
Merge branch '2024-metadata-refac' of https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb into 2024-metadata-refac
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Julien Osman authored
Tests are WIP
-