Computes intersection over union value for two regions.
Syntax
C++
C#
Python
def RegionsIoU(
inRegion1: Region,
inRegion2: Region,
/
)
-> outIoT: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion1 |
Region |
|
First input region |
 |
inRegion2 |
Region |
|
Second input region |
 |
outIoT |
float |
|
|