Show / Hide Table of Contents

Class FacemarkAAM.Params

Inheritance
System.Object
DisposableObject
DisposableCvObject
FacemarkAAM.Params
Implements
ICvPtrHolder
Inherited Members
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.Face
Assembly: OpenCvSharp.dll
Syntax
public sealed class Params : DisposableCvObject, ICvPtrHolder

Constructors

| Improve this Doc View Source

Params()

Constructor

Declaration
public Params()

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

filename of the model

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
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Read(FileNode)

Declaration
public void Read(FileNode fn)
Parameters
Type Name Description
FileNode fn
| Improve this Doc View Source

Write(FileStorage)

Declaration
public void Write(FileStorage fs)
Parameters
Type Name Description
FileStorage fs

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX