Back to Adaptive Vision Library website
		
	You are here: Start » Function Reference » Region Relations
Region Relations
Select a function from the list below.
| Icon | Name | Description | 
|---|---|---|
|  | ClassifyRegions | Use this filter when to you have an array of regions and you want to select some of them for further processing. | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
| GroupPathsByRegions | For each region returns which paths lie inside of it or intersect with it. | |
|  | GroupPointsByRegions | For each region returns which points lie inside of it. | 
| GroupRegionsByRegions | For each region returns which regions lie inside of it or intersect with it. | |
|  | InscribeRegionInRegion | Shifts source region so that it is contained in target region. | 
|  | MakeRegionConditional | Computes region feature and checks whether its value is in range. | 
|  | SortRegions | Changes the order of regions from the input array accordingly to an ascending/descending sequence of their computed feature values. | 
|  | TestPointArrayInRegion | Tests which points lie inside a region. | 
|  | TestPointInRegion | Tests whether a point lies inside a region. | 
|  | TestRegionEqualTo | Tests whether given regions are equal. | 
|  | TestRegionInRegion | Tests whether a region is contained in another one. | 
|  | TestRegionIntersectsWith | Tests whether two regions have non-empty intersection. | 
|  | TestRegionUnequalTo | Tests whether given regions are not equal. | 

