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

AVS.LerpImages_ByImage Method

Interpolates two images linearly pixel by pixel according to another image values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LerpImages_ByImage
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Image inLambdaImage,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inLambdaImageAvlNet.ImageValues of interpolation between the input images where 0.0 value is equal to inImage1 and 1.0 to inImage2.
outImageAvlNet.ImageOutput image.

Function Overrides

See also