Click or drag to resize

GraphExtractGlimpse Method

http://www.emgu.com
ExtractGlimpse

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

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

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

See Also