You are here: Start » AVL.NET » AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[], AvlNet.Profile)

AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[], AvlNet.Profile)

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,
	out AvlNet.Profile diagResponseProfile
)

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
diagResponseProfile
Type: AvlNet.Profile
Profile of the edge (derivative) operator response

See also