You are here: Start » FIL.NET » FIS.SurfaceLocalMaxima Method
FIS.SurfaceLocalMaxima Method
Finds surface locations characterized by locally maximal heights.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceLocalMaxima ( FilNet.Surface inSurface, bool inConsiderPlateaus, float? inMinHeight, float? inMaxHeight, float inMinDistance, NullableRef<List<FilNet.SurfaceExtremum>> outLocalMaxima, NullableRef<SafeList<FilNet.Region>> outMaximaRegions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inConsiderPlateaus | bool | Consider multi-pixel maxima (plateaus) or not. | ||
![]() | inMinHeight | float? | Minimal height of maximum to be considered. Default value: ftl::NIL. | ||
![]() | inMaxHeight | float? | Maximal height of maximum to be considered. Default value: ftl::NIL. | ||
![]() | inMinDistance | float | <0.0f, INF> | Minimal distance between two found maxima. | |
![]() | outLocalMaxima | FilNet.NullableRef<System.Collections.Generic.List<FilNet.SurfaceExtremum>> | Found local maxima. Can be null to skip this parameter calculation. | ||
![]() | outMaximaRegions | FilNet.NullableRef<FilNet.SafeList<FilNet.Region>> | Regions of local maxima (plateaus and singletons). Can be null to skip this parameter calculation. |