Click or drag to resize

CPGUFiltSym Method

Apply 5x5, 7x7 or 9X9 symmetric convolution filter to a PG.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void FiltSym(
	CPG pg,
	int npass,
	int usefile,
	string file,
	int size,
	CVV vv
)

public static void FiltSym(
	CPG pg,
	int npass,
	int usefile,
	string file,
	int size,
	CVV vv
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Pager obj
npass
Type: SystemInt32
Number of time to pass smooth filter
usefile
Type: SystemInt32
Flag to use filter file
file
Type: SystemString
File for filter values
size
Type: SystemInt32
Size of filter window, 5/7/9
vv
Type: GeoEngine.Core.GXNetCVV
Array of 6/10/15 filter coefficients
See Also