| FacemarkLBFParams Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: OpenCvSharp.Face
 Syntax
SyntaxThe FacemarkLBFParams type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FacemarkLBFParams | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BaggingOverlap | 
            overlap ratio for training the LBF feature
             | 
|  | CascadeFace | 
            filename of the face detector model
             | 
|  | CvPtr | 
            Native pointer of OpenCV structure
            (Inherited from DisposableCvObject.) | 
|  | DetectROI | |
|  | FeatsM | |
|  | InitShapeN | 
            multiplier for augment the training data
             | 
|  | IsDisposed | 
            Gets a value indicating whether this instance has been disposed.
            (Inherited from DisposableObject.) | 
|  | IsEnabledDispose | 
            Gets or sets a value indicating whether you permit disposing this instance.
            (Inherited from DisposableObject.) | 
|  | ModelFilename | 
            filename where the trained model will be saved
             | 
|  | NLandmarks | 
            number of landmark points
             | 
|  | Pupils0 | 
            index of facemark points on pupils of left and right eye
             | 
|  | Pupils1 | 
            index of facemark points on pupils of left and right eye
             | 
|  | RadiusM | |
|  | SaveModel | 
            flag to save the trained model or not
             | 
|  | Seed | 
            seed for shuffling the training data
             | 
|  | ShapeOffset | 
            offset for the loaded face landmark points
             | 
|  | StagesN | 
            number of refinement stages
             | 
|  | TreeDepth | 
            the depth of decision tree, defines the size of feature
             | 
|  | TreeN | 
            number of tree in the model for each landmark point refinement
             | 
|  | Verbose | 
            show the training print-out
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Releases the resources
            (Inherited from DisposableObject.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Read | |
|  | ThrowIfDisposed | 
            If this object is disposed, then ObjectDisposedException is thrown.
            (Inherited from DisposableObject.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Write | 
 See Also
See Also