Repository for my blog post, 'Object Tracking on the Raspberry Pi with C++, OpenCV, and cvBlob': http://wp.me/p1RD28-yW
scp *.jpg *.cpp *.h {your-pi-user}@{your.ip.address}:your/file/path/ | |
ssh {your-pi-user}@{your.ip.address} | |
cd ~/your/file/path/ | |
g++ `pkg-config opencv cvblob --cflags --libs` testfps.cpp testcvblob.cpp main.cpp -o FpsTest -v | |
./FpsTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment