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

Invoke.AddImages_OfArray

Adds images of an array pixel by pixel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AddImages_OfArray
(
	List<Avl.Image> inImageArray,
	Optional<Avl.Region> inRoi,
	float inScale,
	Avl.Image outImage
)

Parameters

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

See also