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

AVL.CreateRegionOfInterestRegion Method

Creates a region corresponding to a given region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateRegionOfInterestRegion(
	AvlNet.RegionOfInterest inRegionOfInterest,
	int inFrameWidth,
	int inFrameHeight,
	out 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

Error type Description
RuntimeError Invalid RegionOfInterest

See also