You are here: Start » FIL.NET » FIS.ImageAverageHSx Method
FIS.ImageAverageHSx Method
Computes the average of the HSV, HSL or HSI image pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageAverageHSx ( FilNet.Image inRgbImage, NullableRef<FilNet.Region> inRoi, FilNet.HSxColorModel inColorModel, int? inMinSaturation, out int outHAverage, out int outSAverage, out int outBAverage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRgbImage | FilNet.Image | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inColorModel | FilNet.HSxColorModel | Selected color model. | ||
![]() | inMinSaturation | int? | <0, 255> | 0 | Default value: 0. |
![]() | outHAverage | int | Output hue average. | ||
![]() | outSAverage | int | Output saturation average. | ||
![]() | outBAverage | int | Output brightness average. |