Simple Python scripts to help with creating Haar Cascades

Installation

Use the package manager pip to install requirements.txt

pip install -r requirements.txt

And install pyHook

What it does

1: Take screenshots
2: Convert images to grayscale
3: Find HSV Color Range
4: Train Haar Cascade
5: Test Haar Cascade

Usage

Run main.py

python main.py

Credits

Sentdex: https://www.youtube.com/user/sentdex

HSV Thresholder: https://github.com/saurabheights/IPExperimentTools/blob/master/AnalyzeHSV/hsvThresholder.py

And the amazing people on Stackoverflow and OpenCV Forums

License

MIT