Method LoadFromString
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
LoadFromString(string)
Loads algorithm from a String.
public static SVM LoadFromString(string strModel)
Parameters
strModelstringThe string variable containing the model you want to load.