Face Engine SDK  5.27.0
A face detection, recognition and tracking engine.
fsdk::FightsEstimation Struct Reference

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.
 

Detailed Description

FightsEstimation result structure. This structure will return from the IFightsEstimatorContext::getResult method call. This structure contains current estimation result for input frames.

Member Enumeration Documentation

◆ State

Enumerator
NoFight 

There is no fight on the input framess.

Fight 

Fight detected on the input frames.


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