Mercurial > hg > nsaunier > traffic-intelligence
view 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 source
#ifndef CVUTILS_HPP #define CVUTILS_HPP #include "opencv/cxtypes.h" IplImage* allocateImage(const int& width, const int& height, const int& depth, const int& channels); IplImage* allocateImage(const CvSize& size, const int& depth, const int& channels); void goToFrameNum(CvCapture* capture, const int& currentFrameNum, const int& targetFrameNum); #endif
