Back to FabImage Library website
You are here: Start » Function Reference » Data Classification » Statistics » RegionsIoU

RegionsIoU
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Computes intersection over union value for two regions.
Syntax
C++
C#
void fil::RegionsIoU ( const fil::Region& inRegion1, const fil::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 |