You are here: Start » AVL.NET » AVL.ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileStripe[], float[], AvlNet.Profile)
AVL.ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileStripe[], float[], AvlNet.Profile)
Finds pairs of opposite (raising and falling) edges in the input profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileStripes( AvlNet.Profile inProfile, bool inCyclic, AvlNet.StripeScanParams inStripeScanParams, float inMinGapWidth, float? inMaxGapWidth, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.ProfileStripe[] outStripes, out float[] outGapWidths, out AvlNet.Profile diagResponseProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inCyclic
- Type: System.Boolean
- inStripeScanParams
- Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process - inMinGapWidth
- Type: System.Single
Minimal distance between consecutive stripes - inMaxGapWidth
- Type: System.Nullable<System.Single>
Maximal distance between consecutive stripes, or null. - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker edges can be detected in the vicinity of stronger edges, or null. - outStripes
- Type: AvlNet.ProfileStripe
Found stripes - outGapWidths
- Type: System.Single
- diagResponseProfile
- Type: AvlNet.Profile
Profile of the edge (derivative) operator response
