You are here: Start » FIL.NET » FIS.ProfileRidges Method
FIS.ProfileRidges Method
Finds the high or low peaks in the input profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProfileRidges ( FilNet.Profile inProfile, FilNet.Range? inRange, bool inCyclic, FilNet.RidgeScanParams inRidgeScanParams, float inMinDistance, float? inMaxDistance, FilNet.LocalBlindness? inLocalBlindness, IList<FilNet.ProfileRidge> outRidges, IList<float> outDistances, FilNet.Profile outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inRange | FilNet.Range? | |||
![]() | inCyclic | bool | |||
![]() | inRidgeScanParams | FilNet.RidgeScanParams | RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Bright ) | Parameters controlling the ridge extraction process. Default value: RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Bright ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive ridges. Default value: 0.0f. |
![]() | inMaxDistance | float? | <0.0f, INF> | Maximal distance between consecutive ridges. Default value: ftl::NIL. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: ftl::NIL. | ||
![]() | outRidges | System.Collections.Generic.IList<FilNet.ProfileRidge> | Found ridges. | ||
![]() | outDistances | System.Collections.Generic.IList<float> | Output distances between consecutive ridges. | ||
![]() | outResponseProfile | FilNet.Profile | Profile of the ridge operator response. |
Function Overrides
- ProfileRidges(Profile, Boolean, RidgeScanParams, Single, IList<ProfileRidge>)
- ProfileRidges(Profile, Nullable<Range>, Boolean, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileRidge>)
- ProfileRidges(Profile, Nullable<Range>, Boolean, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileRidge>, NullableRef<List<Single>>, NullableRef<Profile>)