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

AVL.SegmentImage_Gray_Extended(AvlNet.Image, float, float, int, AvlNet.Region[])

Segments an image into blobs examining differences between neighbouring pixels values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentImage_Gray_Extended(
	AvlNet.Image inImage,
	float inMaxDifference,
	float inJoiningThreshold,
	int inMinArea,
	out AvlNet.Region[] outBlobs
)

Parameters

inImage
Type: AvlNet.Image
Image from which blobs are extracted
inMaxDifference
Type: System.Single
Maximal difference between two neighbouring blobs to be merged
inJoiningThreshold
Type: System.Single
Maximal difference between two means of neighbouring blobs
inMinArea
Type: System.Int32
Minimal area of a blob
outBlobs
Type: AvlNet.Region
Blobs extracted from the input image

See also