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

AVL.CreateRegionOfInterestRegion

Creates a region corresponding to a given region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateRegionOfInterestRegion
(
	AvlNet.RegionOfInterest inRegionOfInterest,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionOfInterestAvlNet.RegionOfInterest
inFrameWidthint<0, INF>Width of the created region's frame.
inFrameHeightint<0, INF>Height of the created region's frame.
outRegionAvlNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
RuntimeError Invalid RegionOfInterest

Function Overrides

See also