Traffic Jam Detection
Hi friends,
I am doing a project regarding vehicle traffic controlling by getting vehicle count using a security camera. The counting is for a vehicle traffic statistical analysis. I am facing a problem. When traffic jam occurred, the counting must be stopped. Its very difficult to do. Even I don't have any idea to make it possible. Can anyone give me any suggestion and some piece of code regarding this. I'm using the basic vehicle counting code using a classifier file for it.
Thanks in advance.
I don't understand your question. Do you want to detect when a traffic jam occurs? then why not track the vehicles and check when they stop moving?
i also don't understand, why the counting has to be stopped, when a traffic jam occurs. could you add some more detail here ?
The requirement is to be get the total number of vehicles traveled in the particular road (one way). I've tried to place the camera across the road and getting the vehicle count. When traffic jam occurs, the camera will count a particular vehicle more than once. Because, I am doing frame based counting. I've fixed the camera across the road is also for the same problem. And I don't have any clue about the distinct vehicle counting. That's why I want to stop counting when traffic jam occurs to avoid the counting get repeated. Please help me on this.