You are here: Start » FIL.NET » FIS.ScanSingleRidge3D Method

FIS.ScanSingleRidge3D Method

Locates the strongest high or low peak of surface height along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanSingleRidge3D
(
	FilNet.Surface inSurface,
	FilNet.ScanMap inScanMap,
	FilNet.RidgeScanParams3D inRidgeScanParams,
	FilNet.Selection inRidgeSelection,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	out FilNet.SurfaceRidge1D? outRidge,
	NullableRef<FilNet.Profile> outHeightProfile,
	NullableRef<FilNet.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inScanMapFilNet.ScanMapData precomputed with CreateSurfaceScanMap.
inRidgeScanParamsFilNet.RidgeScanParams3DParameters controlling the surface ridge extraction process.
inRidgeSelectionFilNet.Selectionfil::Selection::BestSelection mode of the resulting ridge. Default value: fil::Selection::Best.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: ftl::NIL.
inMaxProfileGapWidthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outRidgeFilNet.SurfaceRidge1D?Found surface ridge.
outHeightProfileFilNet.NullableRef<FilNet.Profile>Extracted surface height profile. Can be null to skip this parameter calculation.
outResponseProfileFilNet.NullableRef<FilNet.Profile>Profile of the ridge operator response. Can be null to skip this parameter calculation.

Function Overrides

See also