Method SetInputSize
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetInputSize(Size)
Set input size for frame.
public void SetInputSize(Size size)
Parameters
sizeSizeNew 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)