Click or drag to resize

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
Syntax
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
)

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