Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Relations » TestRegionUnequalTo
TestRegionUnequalTo
Tests whether given regions are not equal.
Syntax
C++
C#
void avl::TestRegionUnequalTo ( const avl::Region& inRegion, const avl::Region& inReferenceRegion, bool& outIsUnequal )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inReferenceRegion | const Region& | ||
![]() |
outIsUnequal | bool& |


