ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
D_VideoWriter Class Reference

The D_VideoWriter class Creates a video from a sequence of images and saves it as a file. More...

#include <d_videowriter.h>

Public Member Functions

 D_VideoWriter ()
 
int set_PathOut (string S_OutPath)
 
int set_PathOut (QString QS_OutPath)
 
int set_PathOut (QFileInfo FI_OutPath)
 
int set_Size (Size size_out)
 
int set_Size (int width, int height)
 
int set_FPS (double fps)
 
int set_isColor (bool is_color)
 
int init_VideoWriter ()
 
bool is_Init ()
 
int AddFrame (Mat frame2add)
 
int AddFrame (Mat *frame2add)
 
int EndVideoWriting ()
 

Detailed Description

The D_VideoWriter class Creates a video from a sequence of images and saves it as a file.

Constructor & Destructor Documentation

◆ D_VideoWriter()

D_VideoWriter::D_VideoWriter ( )

Member Function Documentation

◆ 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: