You are here: Start » AVL.NET » AVS.AddImages_OfLoop Method

AVS.AddImages_OfLoop Method

Adds images appearing in consecutive iterations pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddImages_OfLoop
(
	AvlNet.ImageCombinators_OfLoopState ioState,
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float inScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ImageCombinators_OfLoopState
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inScalefloat1.0fDefault value: 1.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also