Back to Adaptive Vision Studio website

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

GroupPointsByRegions


Module: FoundationBasic

For each region returns which points lie inside of it.

Name Type Description
inPoints Point2DArray
inRegions RegionArray
outGroupedIndices IntegerArrayArray
outGroupedPoints Point2DArrayArray

Examples

GroupPointsByRegions performed with three input regions.

Remarks

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

Complexity Level

This filter is available on Advanced Complexity Level.

See Also