GraphRFFT3D Method |
Namespace: Emgu.TF
public Operation RFFT3D( Output input, Output fft_length, Nullable<DataType> Tcomplex = null, string opName = "RFFT3D" )
Public Function RFFT3D ( input As Output, fft_length As Output, Optional Tcomplex As Nullable(Of DataType) = Nothing, Optional opName As String = "RFFT3D" ) As Operation
public: Operation^ RFFT3D( Output^ input, Output^ fft_length, Nullable<DataType> Tcomplex = nullptr, String^ opName = L"RFFT3D" )
member RFFT3D : input : Output * fft_length : Output * ?Tcomplex : Nullable<DataType> * ?opName : string (* Defaults: let _Tcomplex = defaultArg Tcomplex null let _opName = defaultArg opName "RFFT3D" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,