Click or drag to resize

FacemarkAAMParams Class

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

Inheritance Hierarchy
SystemObject
  OpenCvSharpDisposableObject
    OpenCvSharpDisposableCvObject
      OpenCvSharp.FaceFacemarkAAMParams

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

The FacemarkAAMParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
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 propertyM
Public propertyModelFilename
filename of the model
Public propertyN
Public propertyNIter
Public propertySaveModel
flag to save the trained model or not
Public propertyScales
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