Back to FabImage Library website

You are here: Start » Function Reference » Image » Image Combinators » RollingAverageImages_OfArray

RollingAverageImages_OfArray


Header: FIL.h
Namespace: fil
Module: FoundationLite

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

Syntax

C++
C#
 
void fil::RollingAverageImages_OfArray
(
	const ftl::Array<fil::Image>& inImageArray,
	ftl::Optional<const fil::Region&> inRoi,
	const float inAlpha,
	fil::Image& outImage
)

Parameters

Name Type Range Default Description
Input value inImageArray const Array<Image>&
Input value inRoi Optional<const Region&> NIL Range of pixels to be processed
Input value inAlpha const float 0.0 - 1.0 0.5f
Output value outImage Image& Output image