Skip to content

Simple car detection algorithm based on Haar-cascade

License

Notifications You must be signed in to change notification settings

raymas/CarDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Haar-cascade car detector

Implementing a Python lightweight car detector using Haar-cascade features classifier. This script can process a video file or an image.

Example, from J Utah Youtube channel (https://www.youtube.com/watch?v=qfRlmwjD2Fs) :

preview

Getting Started

Prerequisites

Required libraries :

  • OpenCV 3.4.0+

Required file : cars.xml from https://github.com/andrewssobral/vehicle_detection_haarcascades

Installing

Clone the repository,

git clone https://github.com/raymas/CarDetector.git

install dependencies :

Compile OpenCV from source or simply put the precompiled cv2.pyd from https://opencv.org/releases.html in Python2.7/

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • raymas - Initial work - raymas

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU 3.0 License - see the LICENSE.md file for details

About

Simple car detection algorithm based on Haar-cascade

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages