Click or drag to resize

FacemarkLoadModel Method

A function to load the trained model before the fitting process.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void LoadModel(
	string model
)

Parameters

model
Type: SystemString
A string represent the filename of a trained model.
See Also