Source code from for my blog post, 'Object Tracking on the Raspberry Pi with C++, OpenCV, and cvBlob': http://wp.me/p1RD28-yW
// -*- C++ -*- | |
/* | |
* File: testfps.hpp | |
* Author: Gary Stafford | |
* Created: February 3, 2013 | |
*/ | |
#ifndef TESTFPS_HPP | |
#define TESTFPS_HPP | |
int TestFpsNoVideo(int captureWidth, int captureHeight); | |
int TestFpsShowVideo(int captureWidth, int captureHeight); | |
#endif /* TESTFPS_HPP */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment