You are here: Start » AVL.NET » AVS.ImageAverage Method

AVS.ImageAverage Method

Computes the average of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageAverage
(
	AvlNet.Image inImage,
	out AvlNet.Pixel outAverageColor
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outAverageColorAvlNet.PixelAverage of each channel.

Function Overrides

See also