How to determine the area covered by vehicles in a road
I'm a beginner in OpenCV and I'm having a slight idea on where to start. In my project I do have an IP Camera that is monitoring the road and I want to determine how much clogged the road is so basically what I want to determine is this ( Area covered by vehicles )/ (Total Area of the Road). My question is that, which OpenCV topic I need to learn/study in order to achieve this?
If your camera doesn't move, a simple image segmentation can solve this.
I am a little confused on the goal you are trying to achieve. Is the task to find the distance traveled?