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

AVS.BlendImages Method

Computes weighted sum pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Function Overrides

See also