Method SetNMSThreshold
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SetNMSThreshold(float)
Sets the non-maximum-suppression threshold.
public void SetNMSThreshold(float nmsThreshold)
Parameters
nmsThresholdfloatThe threshold for NMS.
Sets the non-maximum-suppression threshold.
public void SetNMSThreshold(float nmsThreshold)
nmsThreshold floatThe threshold for NMS.