Click or drag to resize

FacemarkLBFParams Class

[Missing <summary> documentation for "T:OpenCvSharp.Face.FacemarkLBF.Params"]

Inheritance Hierarchy
SystemObject
  OpenCvSharpDisposableObject
    OpenCvSharpDisposableCvObject
      OpenCvSharp.FaceFacemarkLBFParams

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public sealed class Params : DisposableCvObject

The FacemarkLBFParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBaggingOverlap
overlap ratio for training the LBF feature
Public propertyCascadeFace
filename of the face detector model
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDetectROI
Public propertyFeatsM
Public propertyInitShapeN
multiplier for augment the training data
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyModelFilename
filename where the trained model will be saved
Public propertyNLandmarks
number of landmark points
Public propertyPupils0
index of facemark points on pupils of left and right eye
Public propertyPupils1
index of facemark points on pupils of left and right eye
Public propertyRadiusM
Public propertySaveModel
flag to save the trained model or not
Public propertySeed
seed for shuffling the training data
Public propertyShapeOffset
offset for the loaded face landmark points
Public propertyStagesN
number of refinement stages
Public propertyTreeDepth
the depth of decision tree, defines the size of feature
Public propertyTreeN
number of tree in the model for each landmark point refinement
Public propertyVerbose
show the training print-out
Top
Methods
  NameDescription
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Top
See Also