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[])

Extracts subpixel-precise paths that represent bright or dark thin lines.

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
Input image
inStdDevX
Type: System.Single
Smoothing standard deviation (horizontal)
inRidgeThreshold
Type: System.Single
Sufficient ridge strength; ridges of that strength will always be detected
inRidgeHysteresis
Type: System.Single
Value by which the ridge threshold is decreased for ridge points neighboring with sufficiently strong edges
inPolarity
Type: AvlNet.Polarity
outRidges
Type: AvlNet.Path

Remarks

See full override for more details.

See also