You are here: Start » AVL.NET » Invoke.ScanExactlyNRidges3D
Locates a specified number of the strongest high or low peaks of surface height along a given path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ScanExactlyNRidges3D ( Avl.Surface inSurface, Avl.ScanMap inScanMap, Avl.RidgeScanParams3D inRidgeScanParams, int inRidgeCount, Avl.Selection inRidgeSelection, float inMinDistance, Optional<float> inMaxDistance, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Conditional<List<Avl.SurfaceRidge1D>> outRidges, Optional<Avl.Profile> outHeightProfile, Optional<Avl.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inScanMap | Avl.ScanMap | Data precomputed with CreateSurfaceScanMap. | ||
![]() | inRidgeScanParams | Avl.RidgeScanParams3D | Parameters controlling the surface ridge extraction process. | ||
![]() | inRidgeCount | int | <0, INF> | 1 | Number of ridges to be found. Default value: 1. |
![]() | inRidgeSelection | Avl.Selection | avl::Selection::Best | Selection mode of the resulting ridges. Default value: avl::Selection::Best. | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive ridges. Default value: 0.0f. |
![]() | inMaxDistance | Atl.Optional<float> | <0.0f, INF> | Maximal distance between consecutive ridges. Default value: atl::NIL. | |
![]() | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: atl::NIL. | ||
![]() | inMaxProfileGapWidth | Atl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outRidges | Atl.Conditional<System.Collections.Generic.List<Avl.SurfaceRidge1D>> | Found surface ridges. | ||
![]() | outHeightProfile | Atl.Optional<Avl.Profile> | Extracted surface height profile. | ||
![]() | outResponseProfile | Atl.Optional<Avl.Profile> | Profile of the ridge operator response. |