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

AVS.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,
	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.

Function Overrides

See also