#include <output.h>
|
| Output (const Size &size=Size(-1,-1), int conversionFlag=-1) |
|
virtual | ~Output () |
|
virtual bool | writeFrame (Mat &frame)=0 |
|
virtual void | close () |
|
|
Size | _size |
|
bool | _convert |
|
int | _conversionFlag |
|
Abstract Output class to define a video sequence output.
viva::Output::Output |
( |
const Size & |
size = Size(-1, -1) , |
|
|
int |
conversionFlag = -1 |
|
) |
| |
|
inline |
Output constructor defining the resolution and video type using OpenCV conversion flags e.g., CV_BGR2GRAY
virtual viva::Output::~Output |
( |
| ) |
|
|
inlinevirtual |
virtual void viva::Output::close |
( |
| ) |
|
|
inlinevirtual |
Mehtod called to close the output medium
virtual bool viva::Output::writeFrame |
( |
Mat & |
frame | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: