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

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

#include <IFacialHairEstimator.h>

Public Attributes

Beard result
 estimation result ( More...
 
float noBeardScore
 no beard on the face score
 
float stubbleScore
 stubble beard on the face score
 
float shortBeardScore
 short beard on the face score
 
float longBeardScore
 long beard on the face score
 

Detailed Description

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

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

Member Data Documentation

Beard fsdk::BeardEstimation::result

estimation result (

See Also
Beard enum)

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