Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Norgerman/Ndetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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