Overlay Images
 
Combines two images by layering the first (top port) image on top of the other (bottom port) image
, with choice for combining operator. Images must have the same number of channels
| Algorithms: | 
additive Adds the two images together where they overlap. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givendivide Divides bottom image by all other images, one at a time. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givenlayer Layers on image on top of the other, alpha channel (if any) determines transparency. Otherwise alpha value below 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givenmax Takes the maximum value of the images. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givenmedian Takes the median value of the images. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givenmin Takes the minimum value of the images. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givenmultiplicative Multiplies images where they overlap. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is givensubtract Subtracts top image from bottom. 
use alpha channel:Use last channel of source images as alpha channelalpha:Alpha value used when no alpha channel is given | 
|---|
| Inputs: | images : image 
 | 
|---|
| Outputs: | result : image 
 | 
|---|
- Input ports:
- 
| images: | image Input images | 
|---|
 
 
- Output ports:
- 
| result: | image result after filtering | 
|---|
 
 
- Configuration:
- 
- algorithm
- (no description)
- use alpha channel
- (no description)
- alpha
- (no description)
 
- 
class node_layers.OverlayImages[source]