You are here: Start » AVL.NET » Function Reference » Image » Image Combinators » AVL.AverageImages_OfLoop

AVL.AverageImages_OfLoop

Averages images appearing in consecutive iterations pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AverageImages_OfLoop
(
	AvlNet.AverageImages_OfLoopState ioState,
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	NullableRef<AvlNet.Image> outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.AverageImages_OfLoopState
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outImageAvlNet.NullableRef<AvlNet.Image>Output image. Can be null to skip this parameter calculation.

Description

Loop version of AverageImages.

Errors

List of possible exceptions:

Error type Description
DomainError Image dimensions are not equal in AverageImages_OfLoop.
DomainError Image formats are not the same in AverageImages_OfLoop.
DomainError Region exceeds an input image in AverageImages_OfLoop.

Function Overrides

See also