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

AVL.RegionToRegionOfInterest Method

Converts a region to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionToRegionOfInterest(
	AvlNet.Region inRegion,
	out AvlNet.RegionOfInterest outRegionOfInterest
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outRegionOfInterestAvlNet.RegionOfInterest

See also