Table of Contents

Method SetInputSize

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

SetInputSize(Size)

Set input size for frame.

public void SetInputSize(Size size)

Parameters

size Size

New input size.

Remarks

If shape of the new blob less than 0, then frame size not change.

SetInputSize(int, int)

Set input size for frame.

public void SetInputSize(int width, int height)

Parameters

width int

New input width.

height int

New input height.