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

AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, AvlNet.ProfileEdge[], 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,
	out AvlNet.ProfileEdge[] outEdges,
	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
outEdges
Type: AvlNet.ProfileEdge
Found edges
diagResponseProfile
Type: AvlNet.Profile
Profile of the edge (derivative) operator response

Remarks

See full override for more details.

See also