Click or drag to resize

GraphRFFT3D Method

http://www.emgu.com
RFFT3D

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation RFFT3D(
	Output input,
	Output fft_length,
	string opName = "RFFT3D"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
fft_length
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also