Skip to content
Snippets Groups Projects
  1. Sep 11, 2020
  2. Sep 10, 2020
  3. Sep 04, 2020
  4. Sep 03, 2020
  5. Sep 02, 2020
  6. Sep 01, 2020
  7. Aug 31, 2020
  8. Aug 28, 2020
  9. Aug 27, 2020
  10. Aug 26, 2020
  11. Aug 20, 2020
  12. Aug 19, 2020
  13. Aug 17, 2020
  14. Aug 13, 2020
  15. Aug 11, 2020
  16. Aug 06, 2020
  17. Aug 04, 2020
  18. Jul 27, 2020
  19. Jul 25, 2020
  20. Jun 17, 2020
  21. May 25, 2020
    • 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
  22. Apr 27, 2020
  23. Apr 23, 2020
  24. Apr 15, 2020
  25. Apr 09, 2020
Loading