GraphNonMaxSuppressionV5 Method |
Namespace: Emgu.TF
public Operation NonMaxSuppressionV5( Output boxes, Output scores, Output max_output_size, Output iou_threshold, Output score_threshold, Output soft_nms_sigma, bool pad_to_max_output_size = false, string opName = "NonMaxSuppressionV5" )
Public Function NonMaxSuppressionV5 ( boxes As Output, scores As Output, max_output_size As Output, iou_threshold As Output, score_threshold As Output, soft_nms_sigma As Output, Optional pad_to_max_output_size As Boolean = false, Optional opName As String = "NonMaxSuppressionV5" ) As Operation
public: Operation^ NonMaxSuppressionV5( Output^ boxes, Output^ scores, Output^ max_output_size, Output^ iou_threshold, Output^ score_threshold, Output^ soft_nms_sigma, bool pad_to_max_output_size = false, String^ opName = L"NonMaxSuppressionV5" )
member NonMaxSuppressionV5 : boxes : Output * scores : Output * max_output_size : Output * iou_threshold : Output * score_threshold : Output * soft_nms_sigma : Output * ?pad_to_max_output_size : bool * ?opName : string (* Defaults: let _pad_to_max_output_size = defaultArg pad_to_max_output_size false let _opName = defaultArg opName "NonMaxSuppressionV5" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,