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

FacialHair estimator output structure. This structure contains the result of estimation (. More...

#include <IFacialHairEstimator.h>

Public Attributes

FacialHair result
 estimation result ( More...
 
float noHairScore
 no hair on the face score
 
float stubbleScore
 stubble on the face score
 
float mustacheScore
 mustache on the face score
 
float beardScore
 beard on the face score
 

Detailed Description

FacialHair estimator output structure. This structure contains the result of estimation (.

See Also
FacialHair enum) and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.

Member Data Documentation

FacialHair fsdk::FacialHairEstimation::result

estimation result (

See Also
FacialHair enum)

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