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,
	AvlNet.CoordinateSystem2D? inAlignment,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionOfInterestAvlNet.RegionOfInterest
inAlignmentAvlNet.CoordinateSystem2D?Adjusts the region of interest to the position of the inspected object. Default value: atl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvlNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in CreateRegionOfInterestRegion.

Function Overrides

See also