Method SetTopK
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SetTopK(int)
Sets the number of bounding boxes preserved before NMS.
public void SetTopK(int topK)
Parameters
topKintThe number of bounding boxes to preserve.
Sets the number of bounding boxes preserved before NMS.
public void SetTopK(int topK)
topK intThe number of bounding boxes to preserve.