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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
inStdDevX
Type: System.Single
inStdDevY
Type: System.Nullable<System.Single>
inRidgeThreshold
Type: System.Single
inRidgeHysteresis
Type: System.Single
inPolarity
Type: AvlNet.Polarity
outRidges
Type: AvlNet.Path

Remarks

For more information about local coordinate systems please refer to the following article.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also