You are here: Start » AVL.NET » Invoke.MedianImages_OfArray

Invoke.MedianImages_OfArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MedianImages_OfArray
(
	List<Avl.Image> inImages,
	Optional<Avl.Region> inRoi,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Avl.Image>
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outImageAvl.ImageOutput image.

See also