Class FacemarkAAM.Params
Inheritance
System.Object
FacemarkAAM.Params
Assembly: OpenCvSharp.dll
Syntax
public sealed class Params : DisposableCvObject, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
Params()
Declaration
Properties
|
Improve this Doc
View Source
M
Declaration
public int M { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModelFilename
Declaration
public string ModelFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
N
Declaration
public int N { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NIter
Declaration
public int NIter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SaveModel
flag to save the trained model or not
Declaration
public bool SaveModel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Scales
Declaration
public IReadOnlyList<float> Scales { get; set; }
Property Value
Type |
Description |
IReadOnlyList<System.Single> |
|
|
Improve this Doc
View Source
Verbose
show the training print-out
Declaration
public bool Verbose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
DisposeUnmanaged()
Releases managed resources
Declaration
protected override void DisposeUnmanaged()
Overrides
|
Improve this Doc
View Source
Read(FileNode)
Declaration
public void Read(FileNode fn)
Parameters
|
Improve this Doc
View Source
Write(FileStorage)
Declaration
public void Write(FileStorage fs)
Parameters
Implements