Click or drag to resize

CFLTLoad Method

Load and return handle to a convolution filter.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CFLT Load(
	CGXNETCore gxNetShared,
	string file
)

public static CFLT Load(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Name of the filter File

Return Value

Type: CFLT
FLT Object
Remarks
Terminates process if filter not found. A filter file is an ASCII file that contains filter coefficients, which are simply mumbers. There can be one coefficient to a line. Blank lines and comment lines are skipped. Comment lines beginn with a forward slash character in column 1. Following is an example Fraser Filter file: /---------------------- / Fraser Filter /---------------------- -1 -1 1 1
See Also