Table of Contents

Method SetInputSize

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetInputSize(Size)

Sets the network input size, overwriting the size specified when the detector was created.

public void SetInputSize(Size inputSize)

Parameters

inputSize Size

The size of the input image.

SetInputSize(int, int)

Sets the network input size, overwriting the size specified when the detector was created.

public void SetInputSize(int width, int height)

Parameters

width int

The input image width.

height int

The input image height.