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

Invoke.ComposeImages

Takes pixels from the first image within the specified region and from the other one elsewhere.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ComposeImages
(
	Avl.Image inImage1,
	Avl.Image inImage2,
	Avl.Region inRegion,
	Optional<Avl.Region> inRoi,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImage1Avl.ImageFirst source of pixels marked in inRegion.
inImage2Avl.ImageBackground image.
inRegionAvl.RegionRegion which describes which pixels should be taken from inImage1.
inRoiAtl.Optional<Avl.Region>Region in which pixels should be processed otherwise black pixels are placed. Default value: atl::NIL.
outImageAvl.ImageImage composed of tho input images.

See also