cv::VideoWriter Class Reference

#include <highgui.hpp>

List of all members.

Public Member Functions

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

Protected Attributes

Ptr< CvVideoWriter > writer

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

Ptr<CvVideoWriter> cv::VideoWriter::writer [protected]

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