 | CFFT2Fft2In Method |
FFT2 transform
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Fft2In(
CIMG im_gi,
string trn_fil,
string spc_fil
)
public static void Fft2In(
CIMG im_gi,
string trn_fil,
string spc_fil
)
Public Shared Sub Fft2In (
im_gi As CIMG,
trn_fil As String,
spc_fil As String
)
Public Shared Sub Fft2In (
im_gi As CIMG,
trn_fil As String,
spc_fil As String
)
public:
static void Fft2In(
CIMG^ im_gi,
String^ trn_fil,
String^ spc_fil
)
public:
static void Fft2In(
CIMG^ im_gi,
String^ trn_fil,
String^ spc_fil
)
static member Fft2In :
im_gi : CIMG *
trn_fil : string *
spc_fil : string -> unit
static member Fft2In :
im_gi : CIMG *
trn_fil : string *
spc_fil : string -> unit
Parameters
- im_gi
- Type: GeoEngine.Core.GXNetCIMG
Input image - trn_fil
- Type: SystemString
Output Transform file name string - spc_fil
- Type: SystemString
Output Power Spectrum file name string
See Also