Click or drag to resize

GraphCropAndResize Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CropAndResize(
	Output image,
	Output boxes,
	Output box_ind,
	Output crop_size,
	string method = null,
	float extrapolation_value = 0f,
	string opName = "CropAndResize"
)

Parameters

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.
crop_size
Type: Emgu.TFOutput
Input to the operation.
method (Optional)
Type: SystemString
method
extrapolation_value (Optional)
Type: SystemSingle
extrapolation value
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] crops(type: DtFloat).
See Also