Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
  2. Sep 09, 2024
  3. Aug 23, 2024
  4. Jul 19, 2024
  5. Jul 10, 2024
  6. Jul 09, 2024
  7. Jul 06, 2024
  8. Jul 05, 2024
  9. Jun 12, 2024
  10. Apr 27, 2024
  11. Apr 26, 2024
  12. Apr 24, 2024
  13. Mar 02, 2024
  14. Mar 01, 2024
  15. Feb 29, 2024
    • Lionel GUEZ's avatar
      Optimize: check `min_inters` first · 6dfdee49
      Lionel GUEZ authored
      There is a check on `min_inters` inside `inters_lines` but adding
      these two tests in overlap can spare calls to `copy_shift`. Note that
      we do not need to add such tests in the three other cases of nullity
      of speed contours because, in these three other cases, if at least one
      of `min_inters_speed` or `min_inters_out` is <= 1 then `p_shifted` is
      used.
      6dfdee49
    • Lionel GUEZ's avatar
      Optimize: shift `e1%out_cont%polyline` · fee9e5dc
      Lionel GUEZ authored
      Optimize: shift `e1%out_cont%polyline` instead of shifting
      `e2%speed_cont%polyline` and `e2%out%polyline`. This can save one call
      to `copy_shift`.
      fee9e5dc
    • Lionel GUEZ's avatar
      Give a second chance to association · 8837124b
      Lionel GUEZ authored
      If there are two speed-contours and they do not intersect, check
      whether outermost contours intersect. The intersection threshold for
      outermost contour is defined by new variable `min_inters_out`. Note
      that the default value is such that results are not changed by this
      commit if `min_inters_out` is left to its default value.
      8837124b
    • Lionel GUEZ's avatar
      Distinguish the 4 cases · bb4f552e
      Lionel GUEZ authored
      Distinguish the 4 cases with or without speed-contours. Preparing for
      the new structure. We still have not changed any result.
      bb4f552e
    • Lionel GUEZ's avatar
      Move instructions around · 9868d792
      Lionel GUEZ authored
      Preparing for the new structure. Note that the code is
      degraded (temporarily) because the definition of `polyline_1` is
      repeated uselessly inside the loop on `l`.
      9868d792
Loading