You are here: Start » AVL.NET » Invoke.ScanSingleRidge3D

Invoke.ScanSingleRidge3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ScanSingleRidge3D
(
	Avl.Surface inSurface,
	Avl.ScanMap inScanMap,
	Avl.RidgeScanParams3D inRidgeScanParams,
	Avl.Selection inRidgeSelection,
	Optional<Avl.LocalBlindness> inLocalBlindness,
	Optional<int> inMaxProfileGapWidth,
	Conditional<Avl.SurfaceRidge1D> outRidge,
	Optional<Avl.Profile> outHeightProfile,
	Optional<Avl.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inScanMapAvl.ScanMapData precomputed with CreateSurfaceScanMap.
inRidgeScanParamsAvl.RidgeScanParams3DParameters controlling the surface ridge extraction process.
inRidgeSelectionAvl.Selectionavl::Selection::BestSelection mode of the resulting ridge. Default value: avl::Selection::Best.
inLocalBlindnessAtl.Optional<Avl.LocalBlindness>Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: atl::NIL.
inMaxProfileGapWidthAtl.Optional<int><0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outRidgeAtl.Conditional<Avl.SurfaceRidge1D>Found surface ridge.
outHeightProfileAtl.Optional<Avl.Profile>Extracted surface height profile.
outResponseProfileAtl.Optional<Avl.Profile>Profile of the ridge operator response.

See also