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