You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[], AvlNet.Profile)
AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[], AvlNet.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, out AvlNet.Profile diagResponseProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
- inCyclic
- Type: System.Boolean
- inRidgeScanParams
- Type: AvlNet.RidgeScanParams
- inMinDistance
- Type: System.Single
- inMaxDistance
- Type: System.Nullable<System.Single>
- inLocalBlindness
- Type: AvlNet.LocalBlindness
- outRidges
- Type: AvlNet.ProfileRidge
- outDistances
- Type: System.Single
- diagResponseProfile
- Type: AvlNet.Profile
