Method LoadModel
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
LoadModel(string)
A function to load the trained model before the fitting process.
public virtual void LoadModel(string model)
Parameters
modelstringA string represent the filename of a trained model.