Back to FabImage 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
Input value inPoints Point2DArray
Input value inRegions RegionArray
Output value outGroupedIndices IntegerArrayArray
Output value 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