You are here: Start » AVL.NET » AVL.ImageAverage(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)
AVL.ImageAverage(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageAverage( AvlNet.Image inImage, AvlNet.Region inRoi, out AvlNet.Pixel outAverageColor, out float outAverageValue )
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: AvlNet.Region
- outAverageColor
- Type: AvlNet.Pixel
- outAverageValue
- Type: System.Single
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty region of interest on input in ImageAverage. |
