You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inImage1 | Avl.Image | First source of pixels marked in inRegion. | ||
![]()  | inImage2 | Avl.Image | Background image. | ||
![]()  | inRegion | Avl.Region | Region which describes which pixels should be taken from inImage1. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Region in which pixels should be processed otherwise black pixels are placed. Default value: atl::NIL. | ||
![]()  | outImage | Avl.Image | Image composed of tho input images. | 


