You are here: Start » AVL.NET » Invoke.SurfaceLocalMaxima
Finds surface locations characterized by locally maximal heights.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceLocalMaxima ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, bool inConsiderPlateaus, Optional<float> inMinHeight, Optional<float> inMaxHeight, float inMinDistance, Optional<Avl.SurfaceLocalExtremaVerification> inMaximaVerification, Optional<List<Avl.SurfaceExtremum>> outLocalMaxima, Optional<List<Avl.Region>> outMaximaRegions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | |||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inConsiderPlateaus | bool | Consider multi-pixel maxima (plateaus) or not. | ||
![]() | inMinHeight | Atl.Optional<float> | Minimal height of maximum to be considered. Default value: atl::NIL. | ||
![]() | inMaxHeight | Atl.Optional<float> | Maximal height of maximum to be considered. Default value: atl::NIL. | ||
![]() | inMinDistance | float | <0.0f, INF> | Minimal distance between two found maxima. | |
![]() | inMaximaVerification | Atl.Optional<Avl.SurfaceLocalExtremaVerification> | Maxima verification structure. Default value: atl::NIL. | ||
![]() | outLocalMaxima | Atl.Optional<System.Collections.Generic.List<Avl.SurfaceExtremum>> | Found local maxima. | ||
![]() | outMaximaRegions | Atl.Optional<System.Collections.Generic.List<Avl.Region>> | Regions of local maxima (plateaus and singletons). |