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,
	FilNet.HSxColorModel inColorModel,
	out int outHAverage,
	out int outSAverage,
	out int outBAverage
)

Parameters

Name Type Range Default Description
inRgbImageFilNet.Image
inColorModelFilNet.HSxColorModelSelected color model.
outHAverageintOutput hue average.
outSAverageintOutput saturation average.
outBAverageintOutput brightness average.

Function Overrides

See also