Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Relations

Region Relations

Select a filter from the list below.

IconNameDescription
ClassifyRegionsUse this filter when to you have an array of regions and you want to select some of them for further processing.
GetMaximumRegionUse this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
GetMaximumRegion_OrNilUse this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
GetMinimumRegionUse this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
GetMinimumRegion_OrNilUse this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
GroupPathsByRegionsFor each region returns which paths lie inside of it or intersect with it.
GroupPointsByRegionsFor each region returns which points lie inside of it.
GroupRegionsByRegionsFor each region returns which regions lie inside of it or intersect with it.
InscribeRegionInRegionShifts source region so that it is contained in target region.
MakeRegionConditionalComputes region feature and checks whether its value is in range.
SortRegionsChanges the order of regions from the input array accordingly to an ascending/descending sequence of their computed feature values.
TestPointArrayInRegionTests which points lie inside a region.
TestPointInRegionTests whether a point lies inside a region.
TestRegionEqualToTests whether given regions are equal.
TestRegionInRegionTests whether a region is contained in another one.
TestRegionIntersectsWithTests whether two regions have non-empty intersection.
TestRegionUnequalToTests whether given regions are not equal.