Show / Hide Table of Contents

Class EyeAspectRatioHelenEyeBlinkDetector

The eye blink detector for face landmark which was trained by helen dataset. This class cannot be inherited.

Inheritance
System.Object
DisposableObject
EyeBlinkDetector
EyeAspectRatioBaseEyeBlinkDetector
EyeAspectRatioHelenEyeBlinkDetector
Implements
System.IDisposable
Inherited Members
EyeAspectRatioBaseEyeBlinkDetector.LeftEyePointIndices
EyeAspectRatioBaseEyeBlinkDetector.LeftRatioThreshold
EyeAspectRatioBaseEyeBlinkDetector.RightEyePointIndices
EyeAspectRatioBaseEyeBlinkDetector.RightRatioThreshold
EyeAspectRatioBaseEyeBlinkDetector.RawDetect(IDictionary<FacePart, IEnumerable<FacePoint>>, Boolean, Boolean)
EyeAspectRatioBaseEyeBlinkDetector.GetEar(IList<FacePoint>, IList<Int32>)
DisposableObject.IsDisposed
DisposableObject.ThrowIfDisposed()
DisposableObject.DisposeManaged()
DisposableObject.DisposeUnmanaged()
DisposableObject.Dispose()
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 Source

EyeAspectRatioHelenEyeBlinkDetector(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX