Allor Documentation v.2 Help

Relative

Full Name

ImageCompositeRelative

Description

Places images on top of each other in a virtual container with scale factor accuracy.

Backend

PyTorch

Input Parameters
Images A

RGB/A images

Images B

RGB/A images

Images A X

First images horizontal position in container from left to right

Images A Y

First images vertical position in container from top to bottom

Images B X

Second images horizontal position in container from left to right

Images B Y

Second images vertical position in container from top to bottom

Background

What images will be placed on the background

Container Size Type
  • Max — The width and height of the virtual container will be calculated from the maximum width and height of the submitted images.

  • Sum — The width and height of the virtual container will be calculated from the total width and height of the submitted images.

  • Sum Width — The width of the virtual container will be calculated from the total width of the provided images, the height will be calculated from the maximum height.

  • Sum Height — The height of the virtual container will be calculated from the total height of the provided images, the width will be calculated from the maximum width.

Method
  • Pair — The images from the batches will be merged according to the sequence number.

  • Matrix — The image from the batches will be merged with all images.

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023