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

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

Finds the high or low peaks in the input profile.

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

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inCyclic
Type: System.Boolean
inRidgeScanParams
Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process
inMinDistance
Type: System.Single
Minimal distance between consecutive ridges
inMaxDistance
Type: System.Nullable<System.Single>
Maximal distance between consecutive ridges, or null.
inLocalBlindness
Type: AvlNet.LocalBlindness
Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges, or null.
outRidges
Type: AvlNet.ProfileRidge
Found ridges
diagResponseProfile
Type: AvlNet.Profile
Profile of the ridge operator response

Remarks

See full override for more details.

See also