You are here: Start » AVL.NET » AVL.DetectRidges_AsRegion(AvlNet.Image, AvlNet.Region, float, float?, float, float, AvlNet.Polarity, int, AvlNet.Region)

AVL.DetectRidges_AsRegion(AvlNet.Image, AvlNet.Region, float, float?, float, float, AvlNet.Polarity, int, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DetectRidges_AsRegion(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	float inStdDevX,
	float? inStdDevY,
	float inRidgeThreshold,
	float inRidgeHysteresis,
	AvlNet.Polarity inPolarity,
	int inMinBlobArea,
	out AvlNet.Region outRidgeRegion
)

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
inMinBlobArea
Type: System.Int32
outRidgeRegion
Type: AvlNet.Region

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