Click or drag to resize

CIMUGridVD Method

Apply vertical derivative 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 GridVD(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	CIMG im_go
)

public static void GridVD(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	CIMG im_go
)

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
See Also