sequence_face_landmarks
Utility for sequence face landmarks
|
Represents a face detected in a frame. More...
#include <sequence_face_landmarks.h>
Public Attributes | |
int | id |
Face id. | |
cv::Rect | bbox |
Bounding box. | |
std::vector< cv::Point > | landmarks |
Face landmarks. | |
Represents a face detected in a frame.