Click or drag to resize

GraphCropAndResize Method

http://www.emgu.com
CropAndResize

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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

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

See Also