Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::BackgroundEstimation Struct Reference

Background estimator output structure. This structure contains the result of estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range. More...

#include <IBackgroundEstimator.h>

Public Attributes

BackgroundStatus status
 estimation result ( More...
 
float backgroundScore
 numerical value in range [0, 1], where 1 - is uniform background, 0 - is non uniform.
 
float backgroundColorScore
 numerical value in range [0, 1], where 1 - is light background, 0 - is too dark.
 

Detailed Description

Background estimator output structure. This structure contains the result of estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.

Member Data Documentation

BackgroundStatus fsdk::BackgroundEstimation::status

estimation result (

See Also
BackgroundStatus enum).

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