Click or drag to resize

GraphCombinedNonMaxSuppression Method

http://www.emgu.com
CombinedNonMaxSuppression

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation CombinedNonMaxSuppression(
	Output boxes,
	Output scores,
	Output max_output_size_per_class,
	Output max_total_size,
	Output iou_threshold,
	Output score_threshold,
	bool pad_per_class = false,
	bool clip_boxes = true,
	string opName = "CombinedNonMaxSuppression"
)

Parameters

boxes
Type: Emgu.TFOutput
Input to the operation.
scores
Type: Emgu.TFOutput
Input to the operation.
max_output_size_per_class
Type: Emgu.TFOutput
Input to the operation.
max_total_size
Type: Emgu.TFOutput
Input to the operation.
iou_threshold
Type: Emgu.TFOutput
Input to the operation.
score_threshold
Type: Emgu.TFOutput
Input to the operation.
pad_per_class (Optional)
Type: SystemBoolean
pad per class
clip_boxes (Optional)
Type: SystemBoolean
clip boxes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.CombinedNonMaxSuppression(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Boolean,System.String)"]

See Also