You are here: Start » AVL.NET » Invoke.RegionsIoU
Computes intersection over union value for two regions.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionsIoU ( Avl.Region inRegion1, Avl.Region inRegion2, out double outIoT )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion1 | Avl.Region | First input region. | ||
![]() | inRegion2 | Avl.Region | Second input region. | ||
![]() | outIoT | double |


