Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Global Transforms » SplitRegionIntoComponents

SplitRegionIntoComponents


Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.

Name Type Range Description
inRegion Region Input region
inMaxDistance Real 0.0 -
inRemoveBoundaryBlobs Bool Flag indicating whether the blobs on border of the input region should be removed or not
inSplitAlgorithm SplitAlgorithm* Algorithm that is used to split the region, if set to Auto, the algorithm with shorter predicted time of execution will be chosen
outComponents RegionArray

Examples

SplitRegionIntoComponents used with inMaxDistance = 50.

Remarks

This filter is mostly used in Blob Analysis Technique please refer to our Machine Vision Guide - Blob Analysis article.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filters is member of SplitRegionIntoComponents filter group.

See Also