You are here: Start » AVL.NET » AVL.RegionOfInterestToRegion

AVL.RegionOfInterestToRegion

Converts a region of interest to a region with automatically computed frame.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionOfInterestToRegion
(
	AvlNet.RegionOfInterest inRegionOfInterest,
	out AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionOfInterestAvlNet.RegionOfInterest
outRegionAvlNet.RegionOutput region.

Errors

Error type Description
RuntimeError Invalid RegionOfInterest

See also