Class FacemarkAAMParams
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
MaxM
The maximum value of M
public int MaxM { get; set; }
Property Value
MaxN
The maximum value of N
public int MaxN { get; set; }
Property Value
ModelFile
filename where the trained model will be saved
public string ModelFile { get; set; }
Property Value
N
N
public int N { get; set; }
Property Value
NIter
Number of iteration
public int NIter { get; set; }
Property Value
SaveModel
flag to save the trained model or not
public bool SaveModel { get; set; }
Property Value
Verbose
show the training print-out
public bool Verbose { get; set; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object.
protected override void DisposeObject()