From f3163721bf949af87aba9cdb7c03f0b6bc0f5bc1 Mon Sep 17 00:00:00 2001 From: dhananjaymenon <72432304+dhananjaymenon@users.noreply.github.com> Date: Sat, 5 Jun 2021 18:04:22 +0400 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eb1edc..035a17d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # SpeedRadar-OpenCV- -This code focusses on Object Tracking and Speed Estimation of vehicles passing by a road. +This code focusses on Object Tracking and Speed Estimation of vehicles passing by a road. The camera angle is from slightly above the road, (similar to the video given) + +![AbuDhabi_Traffic](https://user-images.githubusercontent.com/72432304/120893909-ad17b100-c626-11eb-92ad-4d1ff314265b.JPG) + + +# Video +Any Similar Video would do, however there would be some changes you'll have to make to the code if you choose a different video. This is due to a change of scene, distance estimation and pixel clarity. + +For SpeedRadar2.py, the region of interest, the red timer lines and the area threshold used for detecting vehicles. + +For tracker2.py, the numbers given in the update() function and getsp() fuction would change for a different video. + + +# Files +I created a file named "TrafficRecord" (which contains a file named "exceeded") for saving images of vehicles. Change the directory in the tracker2.py file accordingly for the code to work. + + + +