You are here: Start » AVL.NET » AVS.ImageAverageHSx Method
AVS.ImageAverageHSx Method
Computes the average of the HSV, HSL or HSI image pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageAverageHSx ( AvlNet.Image inRgbImage, AvlNet.HSxColorModel inColorModel, out int outHAverage, out int outSAverage, out int outBAverage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRgbImage | AvlNet.Image | |||
![]() | inColorModel | AvlNet.HSxColorModel | Selected color model. | ||
![]() | outHAverage | int | Output hue average. | ||
![]() | outSAverage | int | Output saturation average. | ||
![]() | outBAverage | int | Output brightness average. |


