Norgerman / Ndetect

For graduation project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ndetect

An video/picture people detection and preprocess tool base on opencv

Build

Download and build boost.filesystem

*nix & (win32 | 32bit opencv)
    ./b2 link=static --with-filesystem

win64 & use 64bit opencv
    ./b2 address-model=64 link=static --with-filesystem

copy boost into 3rd/boost/include and copy stage/lib into 3rd/boost

About

For graduation project

License:Other


Languages

Language:C++ 96.7%Language:CMake 3.3%