Click or drag to resize

Params Properties

The FacemarkLBFParams type exposes the following members.

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
See Also