You are here: Start » AVL.NET » Invoke.RegionsIoU

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
inRegion1Avl.RegionFirst input region.
inRegion2Avl.RegionSecond input region.
outIoTdouble

See also