Comment on page
Image Concatenate
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.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 Title: Image Concatenate
- Node ID: OP_NODE_IMAGE_CONCATENATE
The
Image Concatenate
node has the following input socket:- 1.Image List: A list of input images to be concatenated.
The
Image Concatenate
node has the following output socket:- 1.Output Image: The concatenated image.
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.
- 1.Drag and drop the
Image Concatenate
node from the node library onto the canvas in AugeLab Studio. - 2.Connect a list of input images to the Image List input socket of the
Image Concatenate
node. - 3.Select the desired concatenation direction by choosing either "HORIZONTAL" or "VERTICAL" from the Relation drop-down list.
- 4.Run the pipeline.
- 5.The
Image Concatenate
node will output the concatenated image through the Output Image output socket. - 6.Use the output image for further analysis or display it in the console.
- 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.