Click or drag to resize

GraphExtractImagePatches Method

http://www.emgu.com
ExtractImagePatches

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation ExtractImagePatches(
	Output images,
	long[] ksizes,
	long[] strides,
	long[] rates,
	string padding,
	string opName = "ExtractImagePatches"
)

Parameters

images
Type: Emgu.TFOutput
Input to the operation.
ksizes
Type: SystemInt64
ksizes
strides
Type: SystemInt64
strides
rates
Type: SystemInt64
rates
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also