Click or drag to resize
CIMUPeakSize Method
Define the sizes of all the peaks in an image.

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
Extending from the peak location of an anomaly to the inflection points of the grid values along each of the 8 directions results in 8 radii. Anomaly size is defined as the 2*mediam of the 8 radii. Precision factor is used to control definition of an inflection point. For points A,B, and C, B is an inflection point if (A+C)/2.0 > B. With the precision factor, B is an inflection point only when (A+C)/2.0 > B*(1.0+Precision factor). This factor must be within (-1.0,1.0). Note: PeakSize2_IMU is probably a better routine...
Syntax
public static void PeakSize(
	string str1,
	CVV oVV2,
	CVV oVV3,
	int i4,
	double d5,
	CVV oVV6
)

Parameters

str1
Type: SystemString
Grid file name
oVV2
Type: GeoEngine.Core.GXNetCVV
Peaks' X
oVV3
Type: GeoEngine.Core.GXNetCVV
Peaks' Y
i4
Type: SystemInt32
Maximum target diameter (window) in # of cells
d5
Type: SystemDouble
Precision factor (see note above)
oVV6
Type: GeoEngine.Core.GXNetCVV
Returned peak (anomaly) sizes in data units
See Also