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,
	NullableRef<AvlNet.Region> inRoi,
	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.
inRoiAvlNet.NullableRef<AvlNet.Region>Region in which pixels should be processed otherwise black pixels are placed. Default value: atl::NIL.
outImageAvlNet.ImageImage composed of tho input images.

Function Overrides

See also