Click or drag to resize
CIMUGridVD Method
Apply vertical derivative convolution filter to a grid.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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