The D_VideoWriter class Creates a video from a sequence of images and saves it as a file.
More...
#include <d_videowriter.h>
The D_VideoWriter class Creates a video from a sequence of images and saves it as a file.
◆ D_VideoWriter()
D_VideoWriter::D_VideoWriter |
( |
| ) |
|
◆ AddFrame() [1/2]
int D_VideoWriter::AddFrame |
( |
Mat * |
frame2add | ) |
|
◆ AddFrame() [2/2]
int D_VideoWriter::AddFrame |
( |
Mat |
frame2add | ) |
|
◆ EndVideoWriting()
int D_VideoWriter::EndVideoWriting |
( |
| ) |
|
◆ init_VideoWriter()
int D_VideoWriter::init_VideoWriter |
( |
| ) |
|
◆ is_Init()
bool D_VideoWriter::is_Init |
( |
| ) |
|
◆ set_FPS()
int D_VideoWriter::set_FPS |
( |
double |
fps | ) |
|
◆ set_isColor()
int D_VideoWriter::set_isColor |
( |
bool |
is_color | ) |
|
◆ set_PathOut() [1/3]
int D_VideoWriter::set_PathOut |
( |
QFileInfo |
FI_OutPath | ) |
|
◆ set_PathOut() [2/3]
int D_VideoWriter::set_PathOut |
( |
QString |
QS_OutPath | ) |
|
◆ set_PathOut() [3/3]
int D_VideoWriter::set_PathOut |
( |
string |
S_OutPath | ) |
|
◆ set_Size() [1/2]
int D_VideoWriter::set_Size |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ set_Size() [2/2]
int D_VideoWriter::set_Size |
( |
Size |
size_out | ) |
|
The documentation for this class was generated from the following files: