rust-road-traffic icon indicating copy to clipboard operation
rust-road-traffic copied to clipboard

Optional virtual lines

Open LdDl opened this issue 2 years ago • 2 comments

Added new optional attribute for detection zone: virtual_line By default road traffic flow in calculated as number of vehicles which has been registered by naive verification metric: if even single point were registered in lane - it is counted as +1. This new attribute overrides default behavior and allows to count only vehicles which has been registered by virtual line in this zone.

LdDl avatar Sep 06 '23 19:09 LdDl

UI has been updated in #21 . Need to wait until UI makes virtual lines drawing happen and then we can continue to work on this PR too (still can make some breaking API changes)

LdDl avatar Apr 13 '24 05:04 LdDl

UI is in W.I.P. now: https://github.com/LdDl/rust-road-traffic-ui/pull/55

LdDl avatar Apr 19 '24 17:04 LdDl

Added showcase video

LdDl avatar May 09 '24 21:05 LdDl

Bumped UI version from https://github.com/LdDl/rust-road-traffic-ui/pull/55 Doing main check ups.

LdDl avatar May 09 '24 21:05 LdDl

Merging

LdDl avatar May 11 '24 11:05 LdDl