Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 434 Bytes

OpenCV-cascade-XML-reader

Script to read and show the XML cascade classifiers generated by OpenCV. It works with both new and old version of XML generated by opencv_haartraining and opencv_traincascade.

Usage: python src/cascadeReader.py [cascade.xml] [sample_image]

  • Example (files in sample folder)

python src/cascadeReader.py sample/haarcascade_frontalface_default.xml sample/face_24x24.jpg