 | CFFT2TdXdY Method |
FFT2 filter (calculate T from the derivatives Tx and Ty)
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TdXdY(
CIMG img_tx,
CIMG img_ty,
string out_fil,
int inv_flg
)
public static void TdXdY(
CIMG img_tx,
CIMG img_ty,
string out_fil,
int inv_flg
)
Public Shared Sub TdXdY (
img_tx As CIMG,
img_ty As CIMG,
out_fil As String,
inv_flg As Integer
)
Public Shared Sub TdXdY (
img_tx As CIMG,
img_ty As CIMG,
out_fil As String,
inv_flg As Integer
)
public:
static void TdXdY(
CIMG^ img_tx,
CIMG^ img_ty,
String^ out_fil,
int inv_flg
)
public:
static void TdXdY(
CIMG^ img_tx,
CIMG^ img_ty,
String^ out_fil,
int inv_flg
)
static member TdXdY :
img_tx : CIMG *
img_ty : CIMG *
out_fil : string *
inv_flg : int -> unit
static member TdXdY :
img_tx : CIMG *
img_ty : CIMG *
out_fil : string *
inv_flg : int -> unit
Parameters
- img_tx
- Type: GeoEngine.Core.GXNetCIMG
Input dX image (Transform grid) - img_ty
- Type: GeoEngine.Core.GXNetCIMG
Input dY image (Transform grid) - out_fil
- Type: SystemString
Output T file name - inv_flg
- Type: SystemInt32
0 - no invers, 1 - invers FFT applied
See Also