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,
	AvlNet.Region outRegion
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in RegionOfInterestToRegion.

See also