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

Represents a face statistics in the sequence. More...

#include <utilities.h>

Public Attributes

int id = 0
 Face id.
 
float avg_center_dist = 0
 Average distance from frame center.
 
int frame_count = 0
 Frames appeared in.
 
float avg_size = 0
 Average face's bounding box size.
 
float central_ratio = 0
 avg_center_dist / (||(avg_width, avg_height)|| / 4).
 
float frame_ratio = 0
 frame_count / total_frames
 
float size_ratio = 0
 avg_size / ((avg_width + avg_height) / 4)
 

Detailed Description

Represents a face statistics in the sequence.


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