Skip to content
Snippets Groups Projects
  1. Apr 27, 2024
  2. Apr 26, 2024
  3. Apr 24, 2024
  4. Mar 02, 2024
  5. Mar 01, 2024
  6. 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
    • Lionel GUEZ's avatar
      Polish · b9351ed1
      Lionel GUEZ authored
      b9351ed1
    • Lionel GUEZ's avatar
      Optimize: immediately false if `min_inters` > 1 · 0f2cb9bc
      Lionel GUEZ authored
      Optimize: immediately return false if `min_inters` > 1.
      0f2cb9bc
    • Lionel GUEZ's avatar
      Polish · 2ae0f8af
      Lionel GUEZ authored
      2ae0f8af
    • Lionel GUEZ's avatar
      Move code to new function `copy_shift` · f2a1ec62
      Lionel GUEZ authored
      Preparing for more complex association criterium.
      f2a1ec62
  7. Feb 27, 2024
  8. Feb 26, 2024
  9. Feb 21, 2024
Loading