Mercurial > hg > nsaunier > traffic-intelligence
comparison include/cvutils.hpp @ 9:eb38637f338d
created cvutils
| author | Nicolas Saunier <nico@confins.net> |
|---|---|
| date | Sun, 08 Nov 2009 10:33:41 -0500 |
| parents | |
| children | e77e2fd69b02 |
comparison
equal
deleted
inserted
replaced
| 8:59b7e3954178 | 9:eb38637f338d |
|---|---|
| 1 #ifndef CVUTILS_HPP | |
| 2 #define CVUTILS_HPP | |
| 3 | |
| 4 #include "opencv/cxtypes.h" | |
| 5 | |
| 6 IplImage* allocateImage(const int& width, const int& height, const int& depth, const int& channels); | |
| 7 | |
| 8 IplImage* allocateImage(const CvSize& size, const int& depth, const int& channels); | |
| 9 | |
| 10 #endif |
