GraphNonMaxSuppressionV4 Method |
Namespace: Emgu.TF
public Operation NonMaxSuppressionV4( Output boxes, Output scores, Output max_output_size, Output iou_threshold, Output score_threshold, bool pad_to_max_output_size = false, string opName = "NonMaxSuppressionV4" )
Public Function NonMaxSuppressionV4 ( boxes As Output, scores As Output, max_output_size As Output, iou_threshold As Output, score_threshold As Output, Optional pad_to_max_output_size As Boolean = false, Optional opName As String = "NonMaxSuppressionV4" ) As Operation
public: Operation^ NonMaxSuppressionV4( Output^ boxes, Output^ scores, Output^ max_output_size, Output^ iou_threshold, Output^ score_threshold, bool pad_to_max_output_size = false, String^ opName = L"NonMaxSuppressionV4" )
member NonMaxSuppressionV4 : boxes : Output * scores : Output * max_output_size : Output * iou_threshold : Output * score_threshold : 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 "NonMaxSuppressionV4" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,