Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 994 Bytes

opencv_detector.md

File metadata and controls

53 lines (36 loc) · 994 Bytes

OpenCV C++ Detector App

Extra information

Dependencies

Cloning the project

cd
git clone https://github.com/99-bugs/toomanypeeps.git

To start your own code project checkout the start branch

cd toomanypeeps
git checkout start

Compiling the OpenCV C++ app

Just execute a make USE_PI=1 inside the opencv_detector directory:

cd toomanypeeps
cd opencv_detector
make USE_PI=1

Compiling the OpenCV C++ app for development system

Just execute a make inside the opencv_detector directory:

cd opencv_detector
make

Running the OpenCV C++ app

To run the application stay in the opencv_detector directory and run

./bin/peeps