Mercurial > hg > nsaunier > traffic-intelligence
diff include/cvutils.hpp @ 11:e77e2fd69b02
modularized code (not compiling)
| author | Nicolas Saunier <nico@confins.net> |
|---|---|
| date | Wed, 11 Nov 2009 12:01:43 -0500 |
| parents | eb38637f338d |
| children | ff5403319cec |
line wrap: on
line diff
--- a/include/cvutils.hpp Mon Nov 09 01:56:25 2009 -0500 +++ b/include/cvutils.hpp Wed Nov 11 12:01:43 2009 -0500 @@ -7,4 +7,6 @@ IplImage* allocateImage(const CvSize& size, const int& depth, const int& channels); +void goToFrameNum(CvCapture* capture, const int& currentFrameNum, const int& targetFrameNum); + #endif
