You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[])
AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[])
Finds the high or low peaks in the input profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileRidges( AvlNet.Profile inProfile, bool inCyclic, AvlNet.RidgeScanParams inRidgeScanParams, float inMinDistance, float? inMaxDistance, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.ProfileRidge[] outRidges, out float[] outDistances )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inCyclic
- Type: System.Boolean
- inRidgeScanParams
- Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process - inMinDistance
- Type: System.Single
Minimal distance between consecutive ridges - inMaxDistance
- Type: System.Nullable<System.Single>
Maximal distance between consecutive ridges, or null. - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges, or null. - outRidges
- Type: AvlNet.ProfileRidge
Found ridges - outDistances
- Type: System.Single
Remarks
See full override for more details.
