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