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

AVS.MedianImages_OfArray Method

Compute median value for each pixel of images from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MedianImages_OfArray
(
	IList<AvlNet.Image> inImages,
	AvlNet.Image outImage
)

Parameters

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

Function Overrides

See also