cv::VideoWriter Class Reference

#include <highgui.hpp>

List of all members.

Public Member Functions

virtual CV_WRAP bool isOpened () const
virtual CV_WRAP bool open (const string &filename, int fourcc, double fps, Size frameSize, bool isColor=true)
virtual VideoWriteroperator<< (const Mat &image)
CV_WRAP VideoWriter (const string &filename, int fourcc, double fps, Size frameSize, bool isColor=true)
CV_WRAP VideoWriter ()
virtual CV_WRAP void write (const Mat &image)
virtual ~VideoWriter ()

Protected Attributes

Ptr< CvVideoWriterwriter


Constructor & Destructor Documentation

CV_WRAP cv::VideoWriter::VideoWriter (  ) 

CV_WRAP cv::VideoWriter::VideoWriter ( const string &  filename,
int  fourcc,
double  fps,
Size  frameSize,
bool  isColor = true 
)

virtual cv::VideoWriter::~VideoWriter (  )  [virtual]


Member Function Documentation

virtual CV_WRAP bool cv::VideoWriter::isOpened (  )  const [virtual]

virtual CV_WRAP bool cv::VideoWriter::open ( const string &  filename,
int  fourcc,
double  fps,
Size  frameSize,
bool  isColor = true 
) [virtual]

virtual VideoWriter& cv::VideoWriter::operator<< ( const Mat image  )  [virtual]

virtual CV_WRAP void cv::VideoWriter::write ( const Mat image  )  [virtual]


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Jan 28 22:07:38 2011 for opencv by  doxygen 1.5.9