You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, AvlNet.ProfileRidge[], float[])
AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, 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, 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 - outRidges
- Type: AvlNet.ProfileRidge
Found ridges - outDistances
- Type: System.Single
Remarks
See full override for more details.
