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,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<AvlNet.Image>
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outImageAvlNet.ImageOutput image.

Function Overrides

See also