Class EyeAspectRatioLargeEyeBlinkDetector
The eye blink detector for Large. This class cannot be inherited.
Inheritance
System.Object
EyeAspectRatioLargeEyeBlinkDetector
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 EyeAspectRatioLargeEyeBlinkDetector : EyeAspectRatioBaseEyeBlinkDetector, IDisposable
Constructors
| Improve this Doc View SourceEyeAspectRatioLargeEyeBlinkDetector(Double, Double)
Initializes a new instance of the EyeAspectRatioLargeEyeBlinkDetector class with the threshold for left and right eyes.
Declaration
public EyeAspectRatioLargeEyeBlinkDetector(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