Class EyeAspectRatioHelenEyeBlinkDetector
The eye blink detector for face landmark which was trained by helen dataset. This class cannot be inherited.
Inheritance
System.Object
EyeAspectRatioHelenEyeBlinkDetector
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FaceRecognitionDotNet.Extensions
Assembly: FaceRecognitionDotNet.dll
Syntax
public sealed class EyeAspectRatioHelenEyeBlinkDetector : EyeAspectRatioBaseEyeBlinkDetector, IDisposable
Constructors
| Improve this Doc View SourceEyeAspectRatioHelenEyeBlinkDetector(Double, Double)
Initializes a new instance of the EyeAspectRatioHelenEyeBlinkDetector class with the threshold for left and right eyes.
Declaration
public EyeAspectRatioHelenEyeBlinkDetector(double leftRatioThreshold, double rightRatioThreshold)
Parameters
Type | Name | Description |
---|---|---|
System.Double | leftRatioThreshold | The threshold to decide that left eye blinks or not. |
System.Double | rightRatioThreshold | The threshold to decide that right eye blinks or not. |
Implements
System.IDisposable