Table of Contents

Class FacemarkAAM

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

Base class for trainable facemark models.

public sealed class FacemarkAAM : FacemarkTrain, IDisposable
Inheritance
FacemarkAAM
Implements
Inherited Members

Methods

Create(Params?)

Creates a FacemarkAAM model.

FitConfig(InputArray, InputArray, IEnumerable<Config>, out Point2f[][])

Fits landmarks using a per-face runtime configuration.

GetData(out Point2f[])

Retrieves the mean shape (s0) of the trained AAM model.

Read(FileNode)

Reads algorithm parameters from a file storage.

Write(FileStorage)

Stores algorithm parameters in a file storage.