Click or drag to resize
CPGUFiltSym Method
Apply 5x5, 7x7 or 9X9 symmetric convolution filter to a PG.

Available since Oasis montaj version: 5.1.5
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void FiltSym(
	CPG oPG1,
	int i2,
	int i3,
	string str4,
	int i5,
	CVV oVV6
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
pager obj
i2
Type: SystemInt32
number of time to pass smooth filter
i3
Type: SystemInt32
flag to use filter file
str4
Type: SystemString
file for filter values
i5
Type: SystemInt32
size of filter window, 5/7/9
oVV6
Type: GeoEngine.Core.GXNetCVV
array of 6/10/15 filter coefficients
See Also