 | CFFT2Flt Method |
FFT2 filter
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Flt(
CIMG im_gi,
string out_fil,
string con_fil
)
public static void Flt(
CIMG im_gi,
string out_fil,
string con_fil
)
Public Shared Sub Flt (
im_gi As CIMG,
out_fil As String,
con_fil As String
)
Public Shared Sub Flt (
im_gi As CIMG,
out_fil As String,
con_fil As String
)
public:
static void Flt(
CIMG^ im_gi,
String^ out_fil,
String^ con_fil
)
public:
static void Flt(
CIMG^ im_gi,
String^ out_fil,
String^ con_fil
)
static member Flt :
im_gi : CIMG *
out_fil : string *
con_fil : string -> unit
static member Flt :
im_gi : CIMG *
out_fil : string *
con_fil : string -> unit
Parameters
- im_gi
- Type: GeoEngine.Core.GXNetCIMG
Input image (Transform grid) - out_fil
- Type: SystemString
Output file (Transform grid) - con_fil
- Type: SystemString
Control file
See Also