NonMaxSuppressionRun(ListBoundingBox, Single) 方法
Core NMS implementation that processes a list of bounding boxes
处理边界框列表的核心NMS实现
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public BoundingBox[] Run(
List<BoundingBox> candidateBoxes,
float iouThreshold
)
- candidateBoxes ListBoundingBox
- Input bounding boxes 输入的边界框列表
- iouThreshold Single
- IoU suppression threshold 重叠度抑制阈值
BoundingBoxFiltered boxes 过滤后的边界框