Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Combinators » MedianImages_OfArray

MedianImages_OfArray


Header: AVL.h
Namespace: avl

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

Syntax

void avl::MedianImages_OfArray
(
	const atl::Array<avl::Image>& inImages,
	atl::Optional<const avl::Region&> inRoi,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inImages const Array<Image>&
Input value inRoi Optional<const Region&> NIL Range of pixels to be processed
Output value outImage Image& Output 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.