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