Skip to content
Snippets Groups Projects
  1. May 25, 2020
    • Julien Osman's avatar
      Update email address in .mailmap file · 823608ae
      Julien Osman authored
      823608ae
    • Julien Osman's avatar
      BUG: #2046 Add an epsilon margin to compute the m_ReachableOutputRegion · 339f79e9
      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.
      339f79e9
  2. May 19, 2020
  3. May 05, 2020
  4. Apr 27, 2020
  5. Apr 23, 2020
  6. Apr 22, 2020
  7. Apr 16, 2020
  8. Apr 15, 2020
  9. Apr 09, 2020
  10. Apr 08, 2020
  11. Apr 07, 2020
Loading