Back to FabImage Library website

You are here: Start » Function Reference » Region Relations

Region Relations

Select a function from the list below.

Icon Name Description Library
ClassifyRegions Use this filter when to you have an array of regions and you want to select some of them for further processing. Professional
GetMaximumRegion Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion. Professional
GetMaximumRegion_OrNil Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion. Professional
GetMinimumRegion Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion. Professional
GetMinimumRegion_OrNil Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion. Professional
GroupPathsByRegions For each region returns which paths lie inside of it or intersect with it. Professional
GroupPointsByRegions For each region returns which points lie inside of it. Professional
GroupRegionsByRegions For each region returns which regions lie inside of it or intersect with it. Professional
InscribeRegionInRegion Shifts source region so that it is contained in target region. Professional
MakeRegionConditional Computes region feature and checks whether its value is in range. Professional
SelectRegions Use this filter when to you have an array of regions and you want to select some of them for further processing. Professional
SortRegions Changes the order of regions from the input array accordingly to an ascending/descending sequence of their computed feature values. Professional
TestPointArrayInRegion Tests which points lie inside a region. Professional
TestPointInRegion Tests whether a point lies inside a region. Lite
TestRegionEqualTo Tests whether given regions are equal. Professional
TestRegionInRegion Tests whether a region is contained in another one. Professional
TestRegionIntersectsWith Tests whether two regions have non-empty intersection. Professional
TestRegionUnequalTo Tests whether given regions are not equal. Professional