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

FIS.BlendImages Method

Computes weighted sum pixel by pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BlendImages
(
	FilNet.Image inImage1,
	FilNet.Image inImage2,
	NullableRef<FilNet.Region> inRoi,
	float inAmount1,
	float inAmount2,
	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.
inAmount1float<-INF, INF>0.5fDefault value: 0.5f.
inAmount2float<-INF, INF>0.5fDefault value: 0.5f.
outImageFilNet.ImageOutput image.

Function Overrides

See also