You are here: Start » AVL.NET » AVL.SegmentImage_Gray(AvlNet.Image, float, AvlNet.BlobsDifferenceMeasure, int, AvlNet.Region[])
AVL.SegmentImage_Gray(AvlNet.Image, float, AvlNet.BlobsDifferenceMeasure, 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( AvlNet.Image inImage, float inMaxDifference, AvlNet.BlobsDifferenceMeasure inDifferenceMeasure, 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 - inDifferenceMeasure
- Type: AvlNet.BlobsDifferenceMeasure
Measure of blobs difference - inMinArea
- Type: System.Int32
Minimal area of a blob - outBlobs
- Type: AvlNet.Region
Blobs extracted from the input image
