GraphNonMaxSuppression Method |
Namespace: Emgu.TF
public Operation NonMaxSuppression( Output boxes, Output scores, Output max_output_size, float iou_threshold = 0.5f, string opName = "NonMaxSuppression" )
Public Function NonMaxSuppression ( boxes As Output, scores As Output, max_output_size As Output, Optional iou_threshold As Single = 0.5F, Optional opName As String = "NonMaxSuppression" ) As Operation
public: Operation^ NonMaxSuppression( Output^ boxes, Output^ scores, Output^ max_output_size, float iou_threshold = 0.5f, String^ opName = L"NonMaxSuppression" )
member NonMaxSuppression : boxes : Output * scores : Output * max_output_size : Output * ?iou_threshold : float32 * ?opName : string (* Defaults: let _iou_threshold = defaultArg iou_threshold 0.5f let _opName = defaultArg opName "NonMaxSuppression" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,