Show / Hide Table of Contents

Class EyeAspectRatioLargeEyeBlinkDetector

The eye blink detector for Large. This class cannot be inherited.

Inheritance
System.Object
DisposableObject
EyeBlinkDetector
EyeAspectRatioBaseEyeBlinkDetector
EyeAspectRatioLargeEyeBlinkDetector
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 EyeAspectRatioLargeEyeBlinkDetector : EyeAspectRatioBaseEyeBlinkDetector, IDisposable

Constructors

| Improve this Doc View Source

EyeAspectRatioLargeEyeBlinkDetector(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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EyeAspectRatioLargeEyeBlinkDetector(Double, Double)
  • Implements
Back to top Generated by DocFX