You are here: Start » AVL.NET » Invoke.BlendImages

Invoke.BlendImages

Computes weighted sum pixel by pixel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BlendImages
(
	Avl.Image inImage1,
	Avl.Image inImage2,
	Optional<Avl.Region> inRoi,
	float inAmount1,
	float inAmount2,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImage1Avl.ImageFirst input image.
inImage2Avl.ImageSecond input image.
inRoiAtl.Optional<Avl.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.
outImageAvl.ImageOutput image.

See also