You are here: Start » AVL.NET » Function Reference » Data Classification » Statistics » AVL.RegionsIoU
Computes intersection over union value for two regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionsIoU ( AvlNet.Region inRegion1, AvlNet.Region inRegion2, out double outIoT )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion1 | AvlNet.Region | First input region. | ||
![]() | inRegion2 | AvlNet.Region | Second input region. | ||
![]() | outIoT | double |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | inRegion1 has different frame dimensions than inRegion2 in RegionsIoU |


