Using Computer Vision techniques, Count the CARS/BIKES moving in each direction of the lane
- Capture Video data as frames
- Understand Background and Foreground. [Image Segmentation]
- Perform necessary filtering and morphing to get better blob/object detection.
- Perform or detect CAR/BIKE in an Img frame. [Object Detection]
- Apply rule based filter(Area/length) to detect/track ONLY vehicles in a given frame.
- Perform tracking of the object, check if crosses defined hypothetical border to keep count. [Object Tracking]
- Use shape stats(Height to width ratio) extracted from contours To classify between TRUCKS, CARS and BIKE.
https://github.com/MeAmarP/cityeye/blob/master/cityeye_action.mp4