sequence_face_landmarks
Utility for sequence face landmarks
|
Interface for tracking faces across a sequence of frames. More...
#include <face_tracker.h>
Public Member Functions | |
virtual void | addFrame (const cv::Mat &frame, Frame &sfl_frame)=0 |
Add a frame to process. More... | |
virtual void | clear ()=0 |
Clear all processed data. | |
virtual std::shared_ptr< FaceTracker > | clone ()=0 |
Create a full copy of the face tracker. | |
Interface for tracking faces across a sequence of frames.
|
pure virtual |
Add a frame to process.
frame | The frame to process [BGR|Grayscale]. |
sfl_frame | The face landmarks frame to track the faces from. The faces ids will be changed according to previous tracked faces. |