|
vivalib library
Concurrent C++11 OpenCV library for Computer Vision applications
|
#include <output.h>


Public Member Functions | |
| NoneOutput (const Size &size=Size(-1,-1), int colorFlag=-1) | |
| bool | writeFrame (Mat &frame) |
Public Member Functions inherited from viva::Output | |
| Output (const Size &size=Size(-1,-1), int conversionFlag=-1) | |
| virtual | ~Output () |
| virtual void | close () |
Additional Inherited Members | |
Protected Attributes inherited from viva::Output | |
| Size | _size |
| bool | _convert |
| int | _conversionFlag |
An Output class that does nothing.
|
inlinevirtual |
Method call to output a new frame to the final output sequence
Implements viva::Output.
1.8.11