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