You are here: Start » AVL.NET » Function Reference » Data Classification » Statistics » AVL.RegionsIoU

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
inRegion1AvlNet.RegionFirst input region.
inRegion2AvlNet.RegionSecond input region.
outIoTdouble

Errors

List of possible exceptions:

Error type Description
DomainError inRegion1 has different frame dimensions than inRegion2 in RegionsIoU

See also