You are here: Start » AVL.NET » AVS.ExtractBlobs_Color Method

AVS.ExtractBlobs_Color Method

Segments an image into blobs by color-based thresholding.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ExtractBlobs_Color
(
	AvlNet.Image inImage,
	AvlNet.ColorThresholdParams inThresholdParams,
	AvlNet.PreSplitProcessingParams inProcessingParams,
	AvlNet.SplittingParams inSplittingParams,
	IList<AvlNet.Region> outBlobs,
	AvlNet.Region outBaseRegion
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage from which blobs are extracted.
inThresholdParamsAvlNet.ColorThresholdParamsParameters for color-based thresholding.
inProcessingParamsAvlNet.PreSplitProcessingParamsParameters for postprocessing of the extracted region.
inSplittingParamsAvlNet.SplittingParamsParameters for splitting region into blobs.
outBlobsSystem.Collections.Generic.IList<AvlNet.Region>Blobs extracted from the input image.
outBaseRegionAvlNet.RegionRegion of pixels right after thresholding.

Function Overrides

See also