GraphNonMaxSuppressionV2 Method |
Namespace: Emgu.TF
public Operation NonMaxSuppressionV2( Output boxes, Output scores, Output max_output_size, Output iou_threshold, string opName = "NonMaxSuppressionV2" )
Public Function NonMaxSuppressionV2 ( boxes As Output, scores As Output, max_output_size As Output, iou_threshold As Output, Optional opName As String = "NonMaxSuppressionV2" ) As Operation
public: Operation^ NonMaxSuppressionV2( Output^ boxes, Output^ scores, Output^ max_output_size, Output^ iou_threshold, String^ opName = L"NonMaxSuppressionV2" )
member NonMaxSuppressionV2 : boxes : Output * scores : Output * max_output_size : Output * iou_threshold : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "NonMaxSuppressionV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,