Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Execute ( Normalization _Normalization ) : void | ||
FFT2D ( int _Width, int _Height ) : System | ||
FillInputFrequency ( SetValueFrequencyDelegate _SetValue ) : void | ||
FillInputSpatial ( SetValueSpatialDelegate _SetValue ) : void | ||
GetOutput ( GetValueDelegate _GetValue ) : void | ||
SwapInputOutput ( ) : void |
public Execute ( Normalization _Normalization ) : void | ||
_Normalization | Normalization | |
return | void |
public FFT2D ( int _Width, int _Height ) : System | ||
_Width | int | |
_Height | int | |
return | System |
public FillInputFrequency ( SetValueFrequencyDelegate _SetValue ) : void | ||
_SetValue | SetValueFrequencyDelegate | |
return | void |
public FillInputSpatial ( SetValueSpatialDelegate _SetValue ) : void | ||
_SetValue | SetValueSpatialDelegate | |
return | void |
public GetOutput ( GetValueDelegate _GetValue ) : void | ||
_GetValue | GetValueDelegate | |
return | void |