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