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