GraphCombinedNonMaxSuppression Method |
Namespace: Emgu.TF
public Operation CombinedNonMaxSuppression( Output boxes, Output scores, Output max_output_size_per_class, Output max_total_size, Output iou_threshold, Output score_threshold, bool pad_per_class = false, bool clip_boxes = true, string opName = "CombinedNonMaxSuppression" )
Public Function CombinedNonMaxSuppression ( boxes As Output, scores As Output, max_output_size_per_class As Output, max_total_size As Output, iou_threshold As Output, score_threshold As Output, Optional pad_per_class As Boolean = false, Optional clip_boxes As Boolean = true, Optional opName As String = "CombinedNonMaxSuppression" ) As Operation
public: Operation^ CombinedNonMaxSuppression( Output^ boxes, Output^ scores, Output^ max_output_size_per_class, Output^ max_total_size, Output^ iou_threshold, Output^ score_threshold, bool pad_per_class = false, bool clip_boxes = true, String^ opName = L"CombinedNonMaxSuppression" )
member CombinedNonMaxSuppression : boxes : Output * scores : Output * max_output_size_per_class : Output * max_total_size : Output * iou_threshold : Output * score_threshold : Output * ?pad_per_class : bool * ?clip_boxes : bool * ?opName : string (* Defaults: let _pad_per_class = defaultArg pad_per_class false let _clip_boxes = defaultArg clip_boxes true let _opName = defaultArg opName "CombinedNonMaxSuppression" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,