Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Relations » GroupPathsByRegions

GroupPathsByRegions


For each region returns which paths lie inside of it or intersect with it.

Name Type Description
inPaths PathArray Array of paths that will be classified into multiple groups
inRegions RegionArray Array of regions that define the groups
inMatchingCriterion MatchingCriterion Specifies whether a path must fully belong to a group region or if it is enough that it intersects
outGroupedIndices IntegerArrayArray Indices of input paths classified into multiple groups
outGroupedPaths PathArrayArray Input paths classified into multiple groups

Remarks

If you need to group also some data associated with the input paths then follow this filter with GetMultipleArrayElements and connect inIndices to outGroupedIndices.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also