face_video_segment
0.8
Adaptation of The Video Segmentation Project for face segmentation.
|
Reads video frames from file into stream. More...
#include <video_reader_unit2.h>
Public Member Functions | |
VideoReaderUnit2 (const VideoReader2Options &options, const std::string &video_file) | |
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) |
Reads video frames from file into stream.