face_video_segment
0.8
Adaptation of The Video Segmentation Project for face segmentation.
|
Writes video frames from stream to file. More...
#include <video_writer_unit2.h>
Public Member Functions | |
VideoWriterUnit2 (const VideoWriter2Options &options, const std::string &video_file) | |
VideoWriterUnit2 (const VideoWriterUnit2 &)=delete | |
VideoWriterUnit2 & | operator= (const VideoWriterUnit2 &)=delete |
virtual bool | OpenStreams (video_framework::StreamSet *set) |
virtual void | ProcessFrame (video_framework::FrameSetPtr input, std::list< video_framework::FrameSetPtr > *output) |
virtual bool | PostProcess (std::list< video_framework::FrameSetPtr > *append) |
Writes video frames from stream to file.