You are here: Start » FIL.NET » FIS.LerpImages_ByImage Method

FIS.LerpImages_ByImage Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst input image.
inImage2FilNet.ImageSecond input image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inLambdaImageFilNet.ImageValues of interpolation between the input images where 0.0 value is equal to inImage1 and 1.0 to inImage2.
outImageFilNet.ImageOutput image.

Function Overrides

See also