You are here: Start » AVL.NET » AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[])
AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[])
Finds the locations at which the profile values raise or fall quickly.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileEdges( AvlNet.Profile inProfile, bool inCyclic, AvlNet.EdgeScanParams inEdgeScanParams, float inMinDistance, float? inMaxDistance, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.ProfileEdge[] outEdges, out float[] outDistances )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inCyclic
- Type: System.Boolean
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
Parameters controlling the edge extraction process - inMinDistance
- Type: System.Single
Minimal distance between consecutive edges - inMaxDistance
- Type: System.Nullable<System.Single>
Maximal distance between consecutive edges, or null. - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker edges can be detected in the vicinity of stronger edges, or null. - outEdges
- Type: AvlNet.ProfileEdge
Found edges - outDistances
- Type: System.Single
Remarks
See full override for more details.
