项目作者: raymas

项目描述 :
Simple car detection algorithm based on Haar-cascade
高级语言: Python
项目地址: git://github.com/raymas/CarDetector.git
创建时间: 2018-05-19T13:23:44Z
项目社区:https://github.com/raymas/CarDetector

开源协议:GNU General Public License v3.0

下载


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,

  1. 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