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

AVS.RollingAverageImages_OfLoop Method

Averages images appearing in consecutive iterations pixel by pixel using exponential rolling average.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RollingAverageImages_OfLoop
(
	AvlNet.ImageCombinators_OfLoopState ioState,
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float inAlpha,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ImageCombinators_OfLoopState
inImageAvlNet.ImageInput 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