You are here: Start » AVL.NET » AVL.AverageImages_OfArray(AvlNet.Image[], AvlNet.Region, AvlNet.Image)

AVL.AverageImages_OfArray(AvlNet.Image[], AvlNet.Region, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AverageImages_OfArray(
	AvlNet.Image[] inImages,
	AvlNet.Region inRoi,
	out AvlNet.Image outImage
)

Parameters

inImages
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
outImage
Type: AvlNet.Image

Description

Array version of AverageImages.

Errors

Error type Description
DomainError Empty array of images in AverageImages_OfArray.
DomainError Image dimensions are not equal in AverageImages_OfArray.
DomainError Image formats are not the same in AverageImages_OfArray.
DomainError Not supported image type in AverageImages_OfArray.

See also