Click or drag to resize

CPGUFiltSym5 Method

Apply 5x5 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 FiltSym5(
	CPG pg,
	int npass,
	int usefile,
	string file,
	CVV vv
)

public static void FiltSym5(
	CPG pg,
	int npass,
	int usefile,
	string file,
	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
vv
Type: GeoEngine.Core.GXNetCVV
Array of 6 filter coefficients at position 00, 10, 11, 20, 21, 22. Symmetric filters look like : 22 21 20 21 22 21 11 10 11 21 20 10 00 10 20 21 11 10 11 21 22 21 20 21 22
See Also