 | 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
Syntaxpublic 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
)
Public Shared Sub FiltSym (
pg As CPG,
npass As Integer,
usefile As Integer,
file As String,
size As Integer,
vv As CVV
)
Public Shared Sub FiltSym (
pg As CPG,
npass As Integer,
usefile As Integer,
file As String,
size As Integer,
vv As CVV
)
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
)
static member FiltSym :
pg : CPG *
npass : int *
usefile : int *
file : string *
size : int *
vv : CVV -> unit
static member FiltSym :
pg : CPG *
npass : int *
usefile : int *
file : string *
size : int *
vv : CVV -> unit
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