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

AVL.RegionOfInterestToRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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