You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, AvlNet.ProfileRidge[], float[], AvlNet.Profile)
AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, AvlNet.ProfileRidge[], float[], AvlNet.Profile)
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, out AvlNet.Profile diagResponseProfile )
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
- diagResponseProfile
- Type: AvlNet.Profile
Profile of the ridge operator response
Remarks
See full override for more details.
