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