Final project of Computer Vision course @ University of Padua
mkdir build && cd build
cmake ../src
make
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