You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[])

AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileRidge[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileRidges(
	AvlNet.Profile inProfile,
	bool inCyclic,
	AvlNet.RidgeScanParams inRidgeScanParams,
	float inMinDistance,
	float? inMaxDistance,
	AvlNet.LocalBlindness inLocalBlindness,
	out AvlNet.ProfileRidge[] outRidges,
	out float[] outDistances
)

Parameters

inProfile
Type: AvlNet.Profile
inCyclic
Type: System.Boolean
inRidgeScanParams
Type: AvlNet.RidgeScanParams
inMinDistance
Type: System.Single
inMaxDistance
Type: System.Nullable<System.Single>
inLocalBlindness
Type: AvlNet.LocalBlindness
outRidges
Type: AvlNet.ProfileRidge
outDistances
Type: System.Single

See also