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

AVS.RollingAverageImages_OfArray Method

Averages images appearing in an array pixel by pixel using exponential rolling average.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RollingAverageImages_OfArray
(
	IList<AvlNet.Image> inImageArray,
	NullableRef<AvlNet.Region> inRoi,
	float inAlpha,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<AvlNet.Image>
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inAlphafloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also