Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 490 Bytes

cv-final-project

Final project of Computer Vision course @ University of Padua

How to compile

mkdir build && cd build
cmake ../src
make

How to use

Use ./train to train the cascade classifier.
The train folder can be downloaded here and must be put in the data folder

Use ./find-tree to test images on data/test directory

N.B.: some parameter can be tuned on source file