You are here: Start » FIL.NET » FIS.ProfileLocalExtrema Method
FIS.ProfileLocalExtrema Method
Finds the locations at which the values of the input profile are locally highest or lowest.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProfileLocalExtrema ( FilNet.Profile inProfile, bool inCyclic, FilNet.ExtremumType inExtremumType, FilNet.ProfileInterpolationMethod inInterpolationMethod, bool inConsiderPlateaus, float? inMinValue, float? inMaxValue, IList<FilNet.Extremum1D> outLocalExtrema )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inCyclic | bool | Indicates whether the last element should be considered a neighbour of the first element. | ||
![]() | inExtremumType | FilNet.ExtremumType | Type of extremum to find. | ||
![]() | inInterpolationMethod | FilNet.ProfileInterpolationMethod | Quadratic4 | When interpolation is set to Quadratic each non-plateau extremum is located using a parabola fit. Default value: Quadratic4. | |
![]() | inConsiderPlateaus | bool | True | Indicates whether the result should include centers of plateau extrema. Default value: True. | |
![]() | inMinValue | float? | Minimum value of an extremum. Default value: ftl::NIL. | ||
![]() | inMaxValue | float? | Maximum value of an extremum. Default value: ftl::NIL. | ||
![]() | outLocalExtrema | System.Collections.Generic.IList<FilNet.Extremum1D> | Extrema of the profile values. |