Method ReadModel
- Namespace
- OpenCvSharp.DnnSuperres
- Assembly
- OpenCvSharp.dll
ReadModel(string)
Read the model from the given path
public void ReadModel(string path)
Parameters
pathstringPath to the model file.
ReadModel(string, string)
Read the model from the given path
public void ReadModel(string weights, string definition)