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
inputSizeSizeThe 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)