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

AVL.ScanExactlyNRidges3D

Locates a specified number of the strongest high or low peaks of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ScanExactlyNRidges3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.RidgeScanParams3D inRidgeScanParams,
	int inRidgeCount,
	AvlNet.Selection inRidgeSelection,
	float inMinDistance,
	INullable<List<AvlNet.SurfaceRidge1D>> outRidges,
	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.
inRidgeCountint<0, INF>1Number of ridges to be found. Default value: 1.
inRidgeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting ridges. Default value: avl::Selection::Best.
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive ridges. Default value: 0.0f.
outRidgesAvlNet.INullable<System.Collections.Generic.List<AvlNet.SurfaceRidge1D>>Found surface ridges.
diagHeightProfileAvlNet.ProfileExtracted surface height profile.
diagResponseProfileAvlNet.ProfileProfile of the ridge operator response.

Function Overrides

See also