Method SetInputShape
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetInputShape(string, IEnumerable<int>)
Specify shape of network input.
public void SetInputShape(string inputName, IEnumerable<int> shape)
Parameters
inputNamestringname of the input layer.
shapeIEnumerable<int>the shape of the input blob.