sequence_face_landmarks
Utility for sequence face landmarks
sfl::FaceTracker Class Referenceabstract

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< FaceTrackerclone ()=0
 Create a full copy of the face tracker.
 

Detailed Description

Interface for tracking faces across a sequence of frames.

Member Function Documentation

virtual void sfl::FaceTracker::addFrame ( const cv::Mat &  frame,
Frame sfl_frame 
)
pure virtual

Add a frame to process.

Parameters
frameThe frame to process [BGR|Grayscale].
sfl_frameThe face landmarks frame to track the faces from. The faces ids will be changed according to previous tracked faces.

The documentation for this class was generated from the following file: