You are here: Start » AVL.NET » Invoke.ExtractBlobs_Dynamic
Segments an image into blobs by dynamic thresholding.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ExtractBlobs_Dynamic ( Avl.Image inImage, Optional<Avl.ShapeRegion> inRoi, Optional<Avl.CoordinateSystem2D> inRoiAlignment, Avl.DynamicThresholdParams inThresholdParams, Avl.PreSplitProcessingParams inProcessingParams, Avl.SplittingParams inSplittingParams, List<Avl.Region> outBlobs, Avl.Region outBaseRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Image from which blobs are extracted. | ||
![]() | inRoi | Atl.Optional<Avl.ShapeRegion> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inRoiAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the region. Default value: atl::NIL. | ||
![]() | inThresholdParams | Avl.DynamicThresholdParams | Parameters for dynamic thresholding. | ||
![]() | inProcessingParams | Avl.PreSplitProcessingParams | Parameters for postprocessing of the extracted region. | ||
![]() | inSplittingParams | Avl.SplittingParams | Parameters for splitting region into blobs. | ||
![]() | outBlobs | System.Collections.Generic.List<Avl.Region> | Blobs extracted from the input image. | ||
![]() | outBaseRegion | Avl.Region | Region of pixels right after thresholding. |