Click or drag to resize
CPGUFiltSym5 Method
Apply 5x5 symmetric convolution filter to a PG.

Available since Oasis montaj version: 5.0.0
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 FiltSym5(
	CPG oPG1,
	int i2,
	int i3,
	string str4,
	CVV oVV5
)

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
oVV5
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