You are here: Start » AVL.NET » Invoke.RollingAverageImages_OfArray

Invoke.RollingAverageImages_OfArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RollingAverageImages_OfArray
(
	List<Avl.Image> inImageArray,
	Optional<Avl.Region> inRoi,
	float inAlpha,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.List<Avl.Image>
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inAlphafloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outImageAvl.ImageOutput image.

See also