Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
FaceOcclusionEstimation structure. This structure is used to check for occlusions in various parts of the face (such as the lower face, nose, eyes, or forehead). It contains the result of FaceOcclusionState and FaceOcclusionType estimations for each image. More...
#include <IFaceOcclusionEstimator.h>
Public Member Functions | |
float | getScore (FaceOcclusionType type) const |
Returns the occlusion score for the required facial zone. | |
FaceOcclusionState | getState (FaceOcclusionType type) const |
Returns the occlusion state. | |
Public Attributes | |
FaceOcclusionState | states [static_cast< uint8_t >(FaceOcclusionType::Count)] |
occlusion states | |
float | typeScores [static_cast< uint8_t >(FaceOcclusionType::Count)] |
FaceOcclusionState | overallOcclusionState |
float | overallOcclusionScore |
float | hairOcclusionScore |
FaceOcclusionEstimation structure. This structure is used to check for occlusions in various parts of the face (such as the lower face, nose, eyes, or forehead). It contains the result of FaceOcclusionState and FaceOcclusionType estimations for each image.
float fsdk::FaceOcclusionEstimation::getScore | ( | FaceOcclusionType | type | ) | const [inline] |
Returns the occlusion score for the required facial zone.
[in] | type | Facial occlusion type. |
FaceOcclusionState fsdk::FaceOcclusionEstimation::getState | ( | FaceOcclusionType | type | ) | const [inline] |
Returns the occlusion state.
[in] | type | Facial occlusion type. |
FaceOcclusionState fsdk::FaceOcclusionEstimation::states[static_cast< uint8_t >(FaceOcclusionType::Count)] |
occlusion states
Probability scores for occlusion types