LdDl / rust-road-traffic

Vehicle counting/tracking and speed estimation
19 stars 3 forks source link

[FEATURE REQUEST] Statistics by any transport type #1

Closed LdDl closed 2 years ago

LdDl commented 2 years ago

Is your feature request related to a problem? Please describe. Statistics is measured by all types of vehicle currently. Would be great to have detalied information for certain type of vehicle ("car", "motorbike", "bus", "train", "truck")

Describe the solution you'd like and provide pseudocode examples if you can Add hashmap to polygon to store following data ('vehicle_type_1': {avg_speed: value, sum_intensity: value}, 'vehicle_type_2'....)

Describe alternatives you've considered and provide pseudocode examples if you can nope

Additional context nope