Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
Detection structure. Stores a detected bounding box within a source image rect. More...
#include <Detection.h>
Public Member Functions | |
Detection () noexcept | |
Default constructor. Creates an invalid Detection with zeroed rect and score. | |
Public Attributes | |
int | m_w |
int | m_h |
float | m_score |
Detection structure. Stores a detected bounding box within a source image rect.