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

AVS.ExtractBlobs_Range Method

Segments an image into blobs by thresholding using a range of values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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
inImageAvlNet.ImageImage from which blobs are extracted.
inThresholdParamsAvlNet.RangeThresholdParamsParameters for thresholding an image.
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