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

AVS.ComposeImages Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ComposeImages
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	AvlNet.Region inRegion,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst source of pixels marked in inRegion.
inImage2AvlNet.ImageBackground image.
inRegionAvlNet.RegionRegion which describes which pixels should be taken from inImage1.
outImageAvlNet.ImageImage composed of tho input images.

Function Overrides

See also