Struct FacemarkAAM.Config
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
Runtime pose and scale configuration for fitting one face.
public readonly struct FacemarkAAM.Config
- Inherited Members
Constructors
- Config()
Creates a configuration with OpenCV's defaults.
- Config(Mat?, Point2f, float, int)
Creates a runtime fitting configuration.
Properties
- ModelScaleIndex
Index of the model scale to use.
- Rotation
Optional 2x2 CV_32F rotation matrix. Null uses the identity matrix.
- Scale
Scale applied during fitting.
- Translation
Translation applied during fitting.