Class FacemarkKazemi.Params
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
Parameters controlling Kazemi model training.
public sealed class FacemarkKazemi.Params
- Inheritance
-
FacemarkKazemi.Params
- Inherited Members
Constructors
- Params()
Creates a parameter set initialized with OpenCV defaults.
Properties
- CascadeDepth
Gets or sets the cascade depth used for training.
- ConfigFile
Gets or sets the training configuration filename.
- Lambda
Gets or sets the coordinate-closeness probability parameter.
- LearningRate
Gets or sets the gradient-boosting learning rate.
- NumTestCoordinates
Gets or sets the number of candidate test coordinates.
- NumTestSplits
Gets or sets the number of random test splits.
- NumTreesPerCascadeLevel
Gets or sets the number of trees per cascade level.
- OversamplingAmount
Gets or sets the number of initializations per training sample.
- TreeDepth
Gets or sets the maximum regression-tree depth.