A tony demo of human detection using HOG
- cmake download from the officer website
sudo ./bootstrap
sudo make
sudo make install
cmake --version
- opencv,any version is OK download from the officer website
unzip opencv-2.4.12.zip
cd opencv-2.4.12
mkdir build
cd build
cmake..
make -j8
make install
pkg-config --modversion opencv
sh run.sh
| Red:Hog+svm | Green:Hog+cascade |
|---|---|
| 461ms | 24ms |
can be found here