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