Click or drag to resize

GraphGenerateBoundingBoxProposals Method

http://www.emgu.com
GenerateBoundingBoxProposals

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation GenerateBoundingBoxProposals(
	Output scores,
	Output bbox_deltas,
	Output image_info,
	Output anchors,
	Output nms_threshold,
	Output pre_nms_topn,
	Output min_size,
	long post_nms_topn = 300,
	string opName = "GenerateBoundingBoxProposals"
)

Parameters

scores
Type: Emgu.TFOutput
Input to the operation.
bbox_deltas
Type: Emgu.TFOutput
Input to the operation.
image_info
Type: Emgu.TFOutput
Input to the operation.
anchors
Type: Emgu.TFOutput
Input to the operation.
nms_threshold
Type: Emgu.TFOutput
Input to the operation.
pre_nms_topn
Type: Emgu.TFOutput
Input to the operation.
min_size
Type: Emgu.TFOutput
Input to the operation.
post_nms_topn (Optional)
Type: SystemInt64
post nms topn
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also