Show / Hide Table of Contents

Class FacemarkLBF.Params

Inheritance
System.Object
DisposableObject
DisposableCvObject
FacemarkLBF.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

BaggingOverlap

overlap ratio for training the LBF feature

Declaration
public double BaggingOverlap { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

CascadeFace

filename of the face detector model

Declaration
public string CascadeFace { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DetectROI

Declaration
public Rect DetectROI { get; set; }
Property Value
Type Description
OpenCvSharp.Rect
| Improve this Doc View Source

FeatsM

Declaration
public IReadOnlyList<int> FeatsM { get; set; }
Property Value
Type Description
IReadOnlyList<System.Int32>
| Improve this Doc View Source

InitShapeN

multiplier for augment the training data

Declaration
public int InitShapeN { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ModelFilename

filename where the trained model will be saved

Declaration
public string ModelFilename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NLandmarks

number of landmark points

Declaration
public int NLandmarks { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Pupils0

index of facemark points on pupils of left and right eye

Declaration
public IReadOnlyList<int> Pupils0 { get; set; }
Property Value
Type Description
IReadOnlyList<System.Int32>
| Improve this Doc View Source

Pupils1

index of facemark points on pupils of left and right eye

Declaration
public IReadOnlyList<int> Pupils1 { get; set; }
Property Value
Type Description
IReadOnlyList<System.Int32>
| Improve this Doc View Source

RadiusM

Declaration
public IReadOnlyList<double> RadiusM { get; set; }
Property Value
Type Description
IReadOnlyList<System.Double>
| 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

Seed

seed for shuffling the training data

Declaration
public uint Seed { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

ShapeOffset

offset for the loaded face landmark points

Declaration
public double ShapeOffset { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

StagesN

number of refinement stages

Declaration
public int StagesN { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TreeDepth

the depth of decision tree, defines the size of feature

Declaration
public int TreeDepth { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TreeN

number of tree in the model for each landmark point refinement

Declaration
public int TreeN { get; set; }
Property Value
Type Description
System.Int32
| 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