Click or drag to resize

GraphExtractGlimpseV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ExtractGlimpseV2(
	Output input,
	Output size,
	Output offsets,
	bool centered = true,
	bool normalized = true,
	bool uniform_noise = true,
	string noise = null,
	string opName = "ExtractGlimpseV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
size
Type: Emgu.TFOutput
Input to the operation.
offsets
Type: Emgu.TFOutput
Input to the operation.
centered (Optional)
Type: SystemBoolean
centered
normalized (Optional)
Type: SystemBoolean
normalized
uniform_noise (Optional)
Type: SystemBoolean
uniform noise
noise (Optional)
Type: SystemString
noise
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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