Click or drag to resize

CIMUGridAGC Method

Automatic Gain Compensation of a grid.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridAGC(
	CGXNETCore gxNetShared,
	CIMG i_img,
	CIMG o_img,
	int width,
	double max_gain,
	int remove_background
)

public static void GridAGC(
	CGXNETCore gxNetShared,
	CIMG i_img,
	CIMG o_img,
	int width,
	double max_gain,
	int remove_background
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
i_img
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
o_img
Type: GeoEngine.Core.GXNetXCIMG
Image of output grid
width
Type: SystemInt32
Width of filter to separate signal from background.
max_gain
Type: SystemDouble
Maximum gain applied to the signal.
remove_background
Type: SystemInt32
Remove background before applying gain?
Remarks
The IMG parameters MUST be of type <define>GS_FLOAT</define>! If not, the method will terminate.
See Also