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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
inStdDevX
Type: System.Single
inRidgeThreshold
Type: System.Single
inRidgeHysteresis
Type: System.Single
inPolarity
Type: AvlNet.Polarity
inMinBlobArea
Type: System.Int32
outRidgeRegion
Type: AvlNet.Region

See also