comparison 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
comparison
equal deleted inserted replaced
10:068cf45c3f1b 11:e77e2fd69b02
5 5
6 IplImage* allocateImage(const int& width, const int& height, const int& depth, const int& channels); 6 IplImage* allocateImage(const int& width, const int& height, const int& depth, const int& channels);
7 7
8 IplImage* allocateImage(const CvSize& size, const int& depth, const int& channels); 8 IplImage* allocateImage(const CvSize& size, const int& depth, const int& channels);
9 9
10 void goToFrameNum(CvCapture* capture, const int& currentFrameNum, const int& targetFrameNum);
11
10 #endif 12 #endif