Skip to content
Snippets Groups Projects
  1. Sep 01, 2020
  2. May 27, 2020
  3. 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
  4. Apr 07, 2020
  5. Apr 03, 2020
  6. Mar 24, 2020
  7. Mar 17, 2020
  8. Mar 09, 2020
  9. Mar 06, 2020
  10. Feb 12, 2020
  11. Feb 07, 2020
  12. Feb 06, 2020
  13. Feb 03, 2020
  14. Jan 16, 2020
  15. Jan 15, 2020
  16. Dec 12, 2019
  17. Nov 29, 2019
  18. Nov 27, 2019
  19. Nov 25, 2019
  20. Nov 22, 2019
  21. Nov 21, 2019
  22. Nov 20, 2019
  23. Nov 19, 2019
  24. Oct 30, 2019
  25. Oct 16, 2019
  26. Sep 03, 2019
  27. Aug 29, 2019
  28. Aug 01, 2019
  29. Jul 31, 2019
  30. Jul 23, 2019
  31. Jul 04, 2019
  32. Jul 03, 2019
  33. Jun 27, 2019
  34. Jun 11, 2019
  35. Jun 03, 2019
Loading