 | CIMUGridVC Method |
Apply vertical continuation convolution filter to a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridVC(
CGXNETCore gxNetShared,
CIMG im_gi,
CIMG im_go,
int updown,
double distance
)
public static void GridVC(
CGXNETCore gxNetShared,
CIMG im_gi,
CIMG im_go,
int updown,
double distance
)
Public Shared Sub GridVC (
gxNetShared As CGXNETCore,
im_gi As CIMG,
im_go As CIMG,
updown As Integer,
distance As Double
)
Public Shared Sub GridVC (
gxNetShared As CGXNETCore,
im_gi As CIMG,
im_go As CIMG,
updown As Integer,
distance As Double
)
public:
static void GridVC(
CGXNETCore^ gxNetShared,
CIMG^ im_gi,
CIMG^ im_go,
int updown,
double distance
)
public:
static void GridVC(
CGXNETCore^ gxNetShared,
CIMG^ im_gi,
CIMG^ im_go,
int updown,
double distance
)
static member GridVC :
gxNetShared : CGXNETCore *
im_gi : CIMG *
im_go : CIMG *
updown : int *
distance : float -> unit
static member GridVC :
gxNetShared : CGXNETCore *
im_gi : CIMG *
im_go : CIMG *
updown : int *
distance : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - im_gi
- Type: GeoEngine.Core.GXNetXCIMG
Input image - im_go
- Type: GeoEngine.Core.GXNetXCIMG
Output image - updown
- Type: SystemInt32
1 to calculate continuation upward, 0 downward - distance
- Type: SystemDouble
Continuation distance
See Also