Click or drag to resize
CIMUGridAGC Method
Automatic Gain Compensation of a grid.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The IMG parameters MUST be of type GS_FLOAT! If not, the method will terminate.
Syntax
public static void GridAGC(
	CIMG oIMG1,
	CIMG oIMG2,
	int i3,
	double d4,
	int i5
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
oIMG2
Type: GeoEngine.Core.GXNetCIMG
Image of output grid
i3
Type: SystemInt32
Width of filter to separate signal from background.
d4
Type: SystemDouble
Maximum gain applied to the signal.
i5
Type: SystemInt32
Remove background before applying gain?
See Also