Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Determining the overall number of vehicles that passed in each lane.
  2. Saving the date and time of vehicle registration.
  3. Determining the class of the vehicle.
  4. Calculating the total number of vehicles of each class.
  5. Determining the speed of the vehicle (using the video image processing algorithm).
  6. Determining the speed of the vehicles moving along a specified lane.
  7. Calculating the average traffic speed.
  8. Calculating the average speed of the vehicles by their class:
    a. motorcycle;
    b. passenger car;
    c. truck shorter than 12 m;
    d. truck longer than 12 m;
    e. bus.
  9. Determining the distance between the vehicles (up to 255 m).
  10. Calculating the road load.
  11. Registering some moving violations:
    a. exceeding the speed limit;
    b. driving along the wrong side of the road;
    c. stopping violations;
    d. invalid reversing;
    e. driving forbidden types of vehicle.
  12. Detecting traffic jams.

...