Back to Aurora Vision Library website
You are here: Start » Function Reference » Data Classification » Statistics » RegionsIoU
RegionsIoU
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Computes intersection over union value for two regions.
Syntax
C++
C#
void avl::RegionsIoU ( const avl::Region& inRegion1, const avl::Region& inRegion2, double& outIoT )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion1 | const Region& | First input region | |
![]() |
inRegion2 | const Region& | Second input region | |
![]() |
outIoT | double& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inRegion1 has different frame dimensions than inRegion2 in RegionsIoU |


