Class FacemarkAAM.Params
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
Parameters for the FacemarkAAM model. This is a plain managed value holder; it is materialised into a native cv::face::FacemarkAAM::Params only at the moment of Create / Read / Write.
public sealed class FacemarkAAM.Params
- Inheritance
-
FacemarkAAM.Params
- Inherited Members
Constructors
- Params()
Constructs a parameter set initialised with the OpenCV default values.
Properties
- ModelFilename
filename of the model
- SaveModel
flag to save the trained model or not
- Verbose
show the training print-out
Methods
- Read(FileNode)
Reads the parameters from a file node.
- Write(FileStorage)
Writes the parameters to a file storage.