Click or drag to resize

CFFT2Fft2In Method

FFT2 transform

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
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
)

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