You are here: Start » AVL.NET » AVL.SegmentImage_Edges(AvlNet.Image, AvlNet.Region, int, float, float, float, float, int, int?, bool, AvlNet.Region[], int[])

AVL.SegmentImage_Edges(AvlNet.Image, AvlNet.Region, int, float, float, float, float, int, int?, bool, AvlNet.Region[], int[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentImage_Edges(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	int inFrameSize,
	float inStdDev,
	float inEdgeThreshold,
	float inEdgeHysteresis,
	float inMaxJoiningDistance,
	int inMinArea,
	int? inMaxArea,
	bool inComputeNestingLevels,
	out AvlNet.Region[] outBlobs,
	out int[] outNestingLevels
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
inFrameSize
Type: System.Int32
inStdDev
Type: System.Single
inEdgeThreshold
Type: System.Single
inEdgeHysteresis
Type: System.Single
inMaxJoiningDistance
Type: System.Single
inMinArea
Type: System.Int32
inMaxArea
Type: System.Nullable<System.Int32>
inComputeNestingLevels
Type: System.Boolean
outBlobs
Type: AvlNet.Region
outNestingLevels
Type: System.Int32

See also