Table of Contents

Class HeadPoseEstimator

Namespace
FaceRecognitionDotNet.Extensions
Assembly
VisioForge.Core.FaceAI.dll

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

public abstract class HeadPoseEstimator : DisposableObject, IDisposable

Inheritance

Derived

Implements

Inherited Members

Methods

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

Returns a head pose estimated from face parts locations.

protected abstract HeadPose RawPredict(IDictionary<FacePart, IEnumerable<FacePoint>> landmark)

Parameters

landmark IDictionary<FacePart, IEnumerable<FacePoint>>

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

Returns

HeadPose

A head pose estimated from face parts locations.

Exceptions

ArgumentNullException

landmark is null.