face_video_segment
0.8
Adaptation of The Video Segmentation Project for face segmentation.
|
Detects key frames from stream. More...
#include <keyframe_unit.h>
Public Member Functions | |
KeyframeDetectionUnit (const KeyframeDetectionOptions &options) | |
KeyframeDetectionUnit (const KeyframeDetectionUnit &)=delete | |
KeyframeDetectionUnit & | operator= (const KeyframeDetectionUnit &)=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) |
Detects key frames from stream.