Table of Contents

Class FacemarkAAM.Params

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

DisposableObject + ICvPtrHolder

public sealed class FacemarkAAM.Params : DisposableCvObject, IDisposable, ICvPtrHolder
Inheritance
FacemarkAAM.Params
Implements
Inherited Members

Constructors

Params()

Constructor

public Params()

Properties

M

public int M { get; set; }

Property Value

int

ModelFilename

filename of the model

public string ModelFilename { get; set; }

Property Value

string

N

public int N { get; set; }

Property Value

int

NIter

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

Scales

public IReadOnlyList<float> Scales { get; set; }

Property Value

IReadOnlyList<float>

Verbose

show the training print-out

public bool Verbose { get; set; }

Property Value

bool

Methods

DisposeUnmanaged()

Releases managed resources

protected override void DisposeUnmanaged()

Read(FileNode)

public void Read(FileNode fn)

Parameters

fn FileNode

Write(FileStorage)

public void Write(FileStorage fs)

Parameters

fs FileStorage