Click or drag to resize

CFFT2Flt Method

FFT2 filter

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void Flt(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out_fil,
	string con_fil
)

public static void Flt(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out_fil,
	string con_fil
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Input image (Transform grid)
out_fil
Type: SystemString
Output file (Transform grid)
con_fil
Type: SystemString
Control file
See Also