Click or drag to resize

GraphCropAndResizeGradBoxes Method

https://www.emgu.com/wiki/index.php/Emgu_TF
CropAndResizeGradBoxes

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output(type: DtFloat).
See Also