Table of Contents

Method ReadModel

Namespace
OpenCvSharp.DnnSuperres
Assembly
OpenCvSharp.dll

ReadModel(string)

Read the model from the given path

public void ReadModel(string path)

Parameters

path string

Path to the model file.

ReadModel(string, string)

Read the model from the given path

public void ReadModel(string weights, string definition)

Parameters

weights string

Path to the model weights file.

definition string

Path to the model definition file.