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

AVS.MaximumImage_OfArray Method

Computes the maximum of images of an array pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MaximumImage_OfArray
(
	IList<AvlNet.Image> inImageArray,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<AvlNet.Image>
outImageAvlNet.ImageOutput image.

Function Overrides

See also