You are here: Start » AVL.NET » AVL.ScanMultipleRidges3D Method

AVL.ScanMultipleRidges3D Method

Locates multiple high or low peaks of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ScanMultipleRidges3D(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.RidgeScanParams3D inRidgeScanParams,
	float inMinDistance,
	out AvlNet.SurfaceRidge1D[] outRidges,
	out AvlNet.Profile diagHeightProfile,
	out 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.
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive ridges. Default value: 0.0f.
outRidgesAvlNet.SurfaceRidge1DFound surface ridges.
diagHeightProfileAvlNet.ProfileExtracted surface height profile.
diagResponseProfileAvlNet.ProfileProfile of the ridge operator response.

See also