You are here: Start » AVL.NET » AVL.DetectRidges_AsPaths(AvlNet.Image, float, float, float, AvlNet.Polarity, AvlNet.Path[])

AVL.DetectRidges_AsPaths(AvlNet.Image, float, float, float, AvlNet.Polarity, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DetectRidges_AsPaths(
	AvlNet.Image inImage,
	float inStdDevX,
	float inRidgeThreshold,
	float inRidgeHysteresis,
	AvlNet.Polarity inPolarity,
	out AvlNet.Path[] outRidges
)

Parameters

inImage
Type: AvlNet.Image
inStdDevX
Type: System.Single
inRidgeThreshold
Type: System.Single
inRidgeHysteresis
Type: System.Single
inPolarity
Type: AvlNet.Polarity
outRidges
Type: AvlNet.Path

See also