RockX  1.0.0
Data Fields
rockx_face_landmark_t Struct Reference

Face Landmark Result (get from rockx_face_landmark) More...

#include <face.h>

Data Fields

int image_width
 Input image width. More...
 
int image_height
 Input image height. More...
 
rockx_rect_t face_box
 Face region. More...
 
int landmarks_count
 Landmark points count. More...
 
rockx_point_t landmarks [128]
 Landmark points. More...
 
float score
 Score (Only 5 points has score) More...
 

Detailed Description

Face Landmark Result (get from rockx_face_landmark)

Definition at line 27 of file face.h.

Field Documentation

◆ face_box

rockx_rect_t face_box

Face region.

Definition at line 30 of file face.h.

◆ image_height

int image_height

Input image height.

Definition at line 29 of file face.h.

◆ image_width

int image_width

Input image width.

Definition at line 28 of file face.h.

◆ landmarks

rockx_point_t landmarks[128]

Landmark points.

Definition at line 32 of file face.h.

◆ landmarks_count

int landmarks_count

Landmark points count.

Definition at line 31 of file face.h.

◆ score

float score

Score (Only 5 points has score)

Definition at line 33 of file face.h.


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