Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created November 30, 2013 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7714881 to your computer and use it in GitHub Desktop.
Save garystafford/7714881 to your computer and use it in GitHub Desktop.
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