You are here: Start » AVL.NET » Function Reference » Computer Vision » Image Segmentation » AVL.ExtractBlobs_Range
Segments an image into blobs by thresholding using a range of values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ExtractBlobs_Range ( AvlNet.Image inImage, AvlNet.RangeThresholdParams inThresholdParams, AvlNet.PreSplitProcessingParams inProcessingParams, AvlNet.SplittingParams inSplittingParams, IList<AvlNet.Region> outBlobs, AvlNet.Region outBaseRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Image from which blobs are extracted. | ||
![]() | inThresholdParams | AvlNet.RangeThresholdParams | Parameters for thresholding an image. | ||
![]() | inProcessingParams | AvlNet.PreSplitProcessingParams | Parameters for postprocessing of the extracted region. | ||
![]() | inSplittingParams | AvlNet.SplittingParams | Parameters for splitting region into blobs. | ||
![]() | outBlobs | System.Collections.Generic.IList<AvlNet.Region> | Blobs extracted from the input image. | ||
![]() | outBaseRegion | AvlNet.Region | Region of pixels right after thresholding. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Region exceeds an input image in ExtractBlobs_Range. |


