Back to Adaptive Vision Studio website

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

SplitRegionIntoExactlyNComponents


Splits a region into a fixed-size array of regions. Minimizes distances between blobs belonging to a single component.

Name Type Range Description
inRegion Region Input region
inComponentCount Integer 1 -
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

SplitRegionIntoExactlyNComponents used with inComponentCount = 4.

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