A function to load the trained model before the fitting process.
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function LoadModel(model);
Parameters
- model
- Type: SystemString
A string represent the filename of a trained model.
See Also