| 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
)
Public Overridable Sub LoadModel (
model As String
)
public:
virtual void LoadModel(
String^ model
)
abstract LoadModel :
model : string -> unit
override LoadModel :
model : string -> unit
Parameters
- model
- Type: SystemString
A string represent the filename of a trained model.
See Also