You are here: Start » AVL.NET » AVL.DrawRegionOfInterest Method
AVL.DrawRegionOfInterest Method
Draws a region of interest on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawRegionOfInterest( ref AvlNet.Image ioImage, AvlNet.RegionOfInterest inRoi, AvlNet.CoordinateSystem2D? inRegionAlignment, AvlNet.Pixel inColor, float inOpacity )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inRoi | AvlNet.RegionOfInterest | Range of pixels to be processed. | ||
![]() | inRegionAlignment | AvlNet.CoordinateSystem2D? | |||
![]() | inColor | AvlNet.Pixel | |||
![]() | inOpacity | float | <0.0f, 1.0f> |

