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

FIL.AverageImages_OfLoop

Averages images appearing in consecutive iterations pixel by pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioStateFilNet.AverageImages_OfLoopState
inImageFilNet.ImageInput image.
outImageFilNet.NullableRef<FilNet.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