Show / Hide Table of Contents

Class HeadPoseEstimator

An abstract base class that provides functionality to estimate human head pose from face landmark.

Inheritance
System.Object
DisposableObject
HeadPoseEstimator
SimpleHeadPoseEstimator
Implements
System.IDisposable
Inherited Members
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 abstract class HeadPoseEstimator : DisposableObject, IDisposable

Methods

| Improve this Doc View Source

RawPredict(IDictionary<FacePart, IEnumerable<FacePoint>>)

Returns a head pose estimated from face parts locations.

Declaration
protected abstract HeadPose RawPredict(IDictionary<FacePart, IEnumerable<FacePoint>> landmark)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<FacePart, System.Collections.Generic.IEnumerable<FacePoint>> landmark

The dictionary of face parts locations (eyes, nose, etc).

Returns
Type Description
HeadPose

A head pose estimated from face parts locations.

Exceptions
Type Condition
System.ArgumentNullException

landmark is null.

Implements

System.IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX