Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Relations » TestRegionIntersectsWith
TestRegionIntersectsWith
Tests whether two regions have non-empty intersection.
Syntax
C++
C#
void avl::TestRegionIntersectsWith ( const avl::Region& inRegion, const avl::Region& inReferenceRegion, bool& outRegionsIntersect )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inReferenceRegion | const Region& | ||
![]() |
outRegionsIntersect | bool& |


