sequence_face_landmarks
Utility for sequence face landmarks
sfl::Frame Struct Reference

Represents a frame that might include faces. More...

#include <sequence_face_landmarks.h>

Public Member Functions

const FacegetFace (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.
 

Detailed Description

Represents a frame that might include faces.

Member Function Documentation

const Face* sfl::Frame::getFace ( int  id) const

Get face by id.

Return null if a face with the specified id is not found.


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