You are here: Start » AVL.NET » Function Reference » Image » Image Combinators » AVL.MedianImages_OfArray

AVL.MedianImages_OfArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Empty array of images in MedianImages_OfArray.
DomainError Image dimensions are not equal in MedianImages_OfArray.
DomainError Image formats are not the same in MedianImages_OfArray.
DomainError Not supported image type in MedianImages_OfArray.
DomainError Region exceeds an input image in MedianImages_OfArray.

Function Overrides

See also