Table of Contents

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

inputName string

name of the input layer.

shape IEnumerable<int>

the shape of the input blob.