You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inScanMap | Avl.ScanMap | Data precomputed with CreateSurfaceScanMap. | ||
![]() | inRidgeScanParams | Avl.RidgeScanParams3D | Parameters controlling the surface ridge extraction process. | ||
![]() | inRidgeSelection | Avl.Selection | avl::Selection::Best | Selection mode of the resulting ridge. Default value: avl::Selection::Best. | |
![]() | 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. |
![]() | outRidge | Atl.Conditional<Avl.SurfaceRidge1D> | Found surface ridge. | ||
![]() | outHeightProfile | Atl.Optional<Avl.Profile> | Extracted surface height profile. | ||
![]() | outResponseProfile | Atl.Optional<Avl.Profile> | Profile of the ridge operator response. |