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
inRgbImageAvlNet.Image
inColorModelAvlNet.HSxColorModelSelected color model.
outHAverageintOutput hue average.
outSAverageintOutput saturation average.
outBAverageintOutput brightness average.

Function Overrides

See also