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