Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created November 30, 2013 04:29
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/7715390 to your computer and use it in GitHub Desktop.
Save garystafford/7715390 to your computer and use it in GitHub Desktop.
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