You are here: Start » AVL.NET » AVS.RegionsIoU Method

AVS.RegionsIoU Method

Computes intersection over union value for two regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also