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

AVS.DrawRegionOfInterest Method

Draws a region of interest on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawRegionOfInterest
(
	AvlNet.Image ioImage,
	AvlNet.RegionOfInterest inRoi,
	AvlNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRoiAvlNet.RegionOfInterestRange of pixels to be processed.
inColorAvlNet.Pixel
inOpacityfloat<0.0f, 1.0f>

Function Overrides

See also