42 #ifndef __VIDEO_WRITER_CV_H__ 
   43 #define __VIDEO_WRITER_CV_H__ 
   70         bool OpenVideoWriter(
const char *pFileName, 
int nFourCC, 
float fps, 
int width, 
int height);
 
   77         CvVideoWriter *m_pVideoWriter;
 
bool OpenVideoWriter(const char *pFileName, int nFourCC, float fps, int width, int height)
bool WriteFrame(CByteImage *pImage)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...