Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oshapandey/vehicle-count-and-detection-model

In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.
https://github.com/oshapandey/vehicle-count-and-detection-model

flask-application haar-cascade-classifier image-processing opencv python

Last synced: 14 days ago
JSON representation

In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.

Awesome Lists containing this project

README

        

In this project, we can detect and count vehicles in a given image or a video. I have used opencv for image processing and haar cascade which is used for object detection. We can also create our own customized haar cascade classifier.