🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

Image Concatenate

Image Concatenate Node Documentation

The Image Concatenate node in AugeLab Studio concatenates multiple images into a single image. You can choose whether to concatenate the images horizontally or vertically.

Node Overview

The Image Concatenate node takes a list of input images and concatenates them into a single output image. The concatenation can be performed horizontally or vertically, depending on the selected option.

Node Properties

  • Node Title: Image Concatenate
  • Node ID: OP_NODE_IMAGE_CONCATENATE

Inputs

The Image Concatenate node has the following input socket:
  1. 1.
    Image List: A list of input images to be concatenated.

Outputs

The Image Concatenate node has the following output socket:
  1. 1.
    Output Image: The concatenated image.

Node Controls

The Image Concatenate node provides the following control:
  • Relation: A drop-down list to select the concatenation direction. You can choose either "HORIZONTAL" or "VERTICAL" concatenation.

Usage

  1. 1.
    Drag and drop the Image Concatenate node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Connect a list of input images to the Image List input socket of the Image Concatenate node.
  3. 3.
    Select the desired concatenation direction by choosing either "HORIZONTAL" or "VERTICAL" from the Relation drop-down list.
  4. 4.
    Run the pipeline.
  5. 5.
    The Image Concatenate node will output the concatenated image through the Output Image output socket.
  6. 6.
    Use the output image for further analysis or display it in the console.

Notes

  • The Image Concatenate node concatenates the input images into a single output image.
  • The input images can have different sizes. The node automatically adds padding to the images with smaller dimensions to match the largest dimensions.
  • The Image Concatenate node supports both horizontal and vertical concatenation.
  • The output image will have the same data type as the input images.
That concludes the documentation for the Image Concatenate node in AugeLab Studio. This node allows you to concatenate multiple images into a single image, either horizontally or vertically, for further analysis or visualization purposes.