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