You are here: Start » AVL.NET » AVS.ProfileEdges Method

AVS.ProfileEdges Method

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,
	IList<AvlNet.ProfileEdge> outEdges
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inCyclicbool
inEdgeScanParamsAvlNet.EdgeScanParamsEdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark )Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ).
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive edges. Default value: 0.0f.
outEdgesSystem.Collections.Generic.IList<AvlNet.ProfileEdge>Found edges.

Function Overrides

See also