sequence_face_landmarks
Utility for sequence face landmarks
|
Represents a frame that might include faces. More...
#include <sequence_face_landmarks.h>
Public Member Functions | |
const Face * | getFace (int id) const |
Get face by id. More... | |
Public Attributes | |
int | id |
Frame id. | |
int | width |
Frame width [pixels]. | |
int | height |
Frame height [pixels]. | |
std::list< std::unique_ptr< Face > > | faces |
Detected faces in the frame. | |
Represents a frame that might include faces.
const Face* sfl::Frame::getFace | ( | int | id | ) | const |
Get face by id.
Return null if a face with the specified id is not found.