This is the class used to encapsulate the videosaving module code. More...
#include <videosaving.h>
Public Member Functions | |
| c_videosaving () | |
| Dummy constructor for class. | |
| c_videosaving (IplImage *src) | |
| Overloaded constructor for class. Give an example IPLImage so that the class knows the image size. | |
| c_videosaving (IplImage *src, char *name) | |
| Overloaded constructor for class. Give an example IPLImage so that the class knows the image size plus the filename of the video. | |
| ~c_videosaving () | |
| Destructor for class. Releases the video structure. | |
| void | addframe (IplImage *src) |
| Adds a frame to the video. | |
Private Attributes | |
| time_t | rawtime |
| struct tm * | timeinfo |
| char | tmp [1024] |
| char | str [1024] |
| CvVideoWriter * | vid |
This is the class used to encapsulate the videosaving module code.
1.6.3