Click or drag to resize

CFFT2FltInv Method

FFT2 filter and inverse

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

public static void FltInv(
	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
con_fil
Type: SystemString
Control file
See Also