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

Detection input size struct. More...

#include <sfe_face.h>

Data Fields

uint32_t width
 Recommended image width.
 
uint32_t height
 Recommended image height.
 

Detailed Description

Detection input size struct.

Examples
example_face_identify.cpp, example_face_identify_entity.cpp, example_face_liveness.cpp, and example_face_track.cpp.

Definition at line 59 of file sfe_face.h.

Field Documentation

◆ height

uint32_t SFEDetectionInputSize::height

Recommended image height.

Definition at line 63 of file sfe_face.h.

◆ width

uint32_t SFEDetectionInputSize::width

Recommended image width.

Definition at line 61 of file sfe_face.h.


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