You are here: Start » FIL.NET » Invoke.ComposeImages
Takes pixels from the first image within the specified region and from the other one elsewhere.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ComposeImages ( Fil.Image inImage1, Fil.Image inImage2, Fil.Region inRegion, Optional<Fil.Region> inRoi, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | Fil.Image | First source of pixels marked in inRegion. | ||
![]() | inImage2 | Fil.Image | Background image. | ||
![]() | inRegion | Fil.Region | Region which describes which pixels should be taken from inImage1. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region in which pixels should be processed otherwise black pixels are placed. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Image composed of tho input images. |