SmartFace Embedded Toolkit  4.2.1
Loading...
Searching...
No Matches
SFEFaceCrop Struct Reference

Face crop struct. More...

#include <sfe_face.h>

Data Fields

float face_size_extension
 Defines the size of the crop as an extension of the detection bounding box.
 
SFEBoundingBox crop_box
 Bounding box of cropped face including the crop extension.
 
SFEImage crop_image
 Image of face cropped according the crop_box.
 

Detailed Description

Face crop struct.

Examples
example_face_identify.cpp.

Definition at line 367 of file sfe_face.h.

Field Documentation

◆ crop_box

SFEBoundingBox SFEFaceCrop::crop_box

Bounding box of cropped face including the crop extension.

Definition at line 372 of file sfe_face.h.

◆ crop_image

SFEImage SFEFaceCrop::crop_image

Image of face cropped according the crop_box.

Examples
example_face_identify.cpp.

Definition at line 374 of file sfe_face.h.

◆ face_size_extension

float SFEFaceCrop::face_size_extension

Defines the size of the crop as an extension of the detection bounding box.

Examples
example_face_identify.cpp.

Definition at line 370 of file sfe_face.h.


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