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

AVL.ScanSingleRidge3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ScanSingleRidge3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.RidgeScanParams3D inRidgeScanParams,
	AvlNet.Selection inRidgeSelection,
	out AvlNet.SurfaceRidge1D? outRidge,
	AvlNet.Profile diagHeightProfile,
	AvlNet.Profile diagResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inScanMapAvlNet.ScanMapData precomputed with CreateSurfaceScanMap.
inRidgeScanParamsAvlNet.RidgeScanParams3DParameters controlling the surface ridge extraction process.
inRidgeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting ridge. Default value: avl::Selection::Best.
outRidgeAvlNet.SurfaceRidge1D?Found surface ridge.
diagHeightProfileAvlNet.ProfileExtracted surface height profile.
diagResponseProfileAvlNet.ProfileProfile of the ridge operator response.

Function Overrides

See also