Namespace FaceRecognitionDotNet.Extensions
Classes
AgeEstimator
An abstract base class that provides functionality to estimate human age from face image.
EmotionEstimator
An abstract base class that provides functionality to estimate emotion from face image.
EyeAspectRatioBaseEyeBlinkDetector
An abstract base class that provides functionality to detect human eye's blink base on eye aspect ratio (EAR).
EyeAspectRatioHelenEyeBlinkDetector
The eye blink detector for face landmark which was trained by helen dataset. This class cannot be inherited.
EyeAspectRatioLargeEyeBlinkDetector
The eye blink detector for Large. This class cannot be inherited.
EyeBlinkDetector
An abstract base class that provides functionality to detect human eye's blink from face landmark.
FaceDetector
An abstract base class that provides functionality to detect face locations from image.
FaceLandmarkDetector
An abstract base class that provides functionality to detect face parts locations from face image.
GenderEstimator
An abstract base class that provides functionality to estimate human gender from face image.
HeadPoseEstimator
An abstract base class that provides functionality to estimate human head pose from face landmark.
HelenFaceLandmarkDetector
The face landmark detector which was trained by helen dataset. This class cannot be inherited.
SimpleAgeEstimator
The age estimator which was trained by Adience dataset. This class cannot be inherited.
SimpleEmotionEstimator
The age estimator which was trained by Corrective re-annotation of FER - CK+ - KDEF dataset. This class cannot be inherited.
SimpleFaceDetector
The face detector which was trained by custom dataset. This class cannot be inherited.
SimpleGenderEstimator
The age estimator which was trained by UTKFace dataset. This class cannot be inherited.
SimpleHeadPoseEstimator
The head pose estimator which was trained by 300W-LP dataset. This class cannot be inherited.
Structs
AgeRange
Represents a range that has start and end age.