Objects Recognition
Intro
OpenCV allows to process images in the real time. Using trained model we can recognize defined in the model objects on any video.
- Program uses a trained classifier that helps to indetify cars.
- Trained classifier is imported from XML file.
- It recognizes car on any video you specify in the program.
- The bigger rectangle the closer the car is.
- The faster rectangle is growig the distance is getting shorter.
Features
App includes following features:
Demo
Identyifng cars on lanes:
Setup
Script requires libraries installation:
- pip install opencv