Table of Contents

Class FacemarkAAMParams

Namespace
Emgu.CV.Face
Assembly
Emgu.CV.dll

Parameters for the FacemarkAAM model

public class FacemarkAAMParams : UnmanagedObject, IDisposable
Inheritance
FacemarkAAMParams
Implements
Inherited Members

Constructors

FacemarkAAMParams()

Create the paramaters with the default values.

public FacemarkAAMParams()

Properties

M

M

public int M { get; set; }

Property Value

int

MaxM

The maximum value of M

public int MaxM { get; set; }

Property Value

int

MaxN

The maximum value of N

public int MaxN { get; set; }

Property Value

int

ModelFile

filename where the trained model will be saved

public string ModelFile { get; set; }

Property Value

string

N

N

public int N { get; set; }

Property Value

int

NIter

Number of iteration

public int NIter { get; set; }

Property Value

int

SaveModel

flag to save the trained model or not

public bool SaveModel { get; set; }

Property Value

bool

Verbose

show the training print-out

public bool Verbose { get; set; }

Property Value

bool

Methods

DisposeObject()

Release the unmanaged memory associated with this object.

protected override void DisposeObject()