Click or drag to resize

GraphCropAndResizeGradBoxes Method

http://www.emgu.com
CropAndResizeGradBoxes

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation CropAndResizeGradBoxes(
	Output grads,
	Output image,
	Output boxes,
	Output box_ind,
	string method = null,
	string opName = "CropAndResizeGradBoxes"
)

Parameters

grads
Type: Emgu.TFOutput
Input to the operation.
image
Type: Emgu.TFOutput
Input to the operation.
boxes
Type: Emgu.TFOutput
Input to the operation.
box_ind
Type: Emgu.TFOutput
Input to the operation.
method (Optional)
Type: SystemString
method
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also