Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 392 Bytes

File metadata and controls

13 lines (9 loc) · 392 Bytes

VEHICLE_DETECTION AND COUNTING

This is a simple vehicle Detection ,counting and classification program

Here I used background subtractions methods of OpenCV Library of Python and morphological transformation. Here we defined a vehicle class named as Vehicle.py

Library Required: 1.opencv 2. Numpy

For running it, just download all files and run the Vehicle_detection_main.py Thank you.