Face Engine SDK
5.21.0
A face detection, recognition and tracking engine.
|
FightsEstimation result structure. This structure will return from the IFightsEstimatorContext::getResult method call. This structure contains current estimation result for input frames. More...
#include <IFightsEstimator.h>
Public Types | |
enum | State { State::NoFight, State::Fight } |
Public Attributes | |
State | state |
Estimation status. | |
float | score |
Estimation score normalized to [0..1] range. | |
FightsEstimation result structure. This structure will return from the IFightsEstimatorContext::getResult method call. This structure contains current estimation result for input frames.
|
strong |