コンテンツにスキップ
STAGING SERVER
DEVELOPMENT SERVER

Image Concatenation vTool#

The Image Concatenation vTool allows you to concatenate two images into a single output image.

Download the pylon Software Suite to use the Image Concatenation vTool.

Image Concatenation vTool

仕組み#

You can concatenate images horizontally or vertically. You can also specify horizontal and vertical offsets to create image-in-image effects or to arrange the images diagonally. If the images overlap, the image at the Image2 input pin appears in front of the other image. The offsets apply only to the image at the Image2 input pin.

When the images don't fully cover the output canvas, for example because of positional offsets or different image sizes, gaps can occur. These are regions where neither input image contributes pixel information. To keep a rectangular output image, fill these gaps with the Padding Value parameter. Specify a gray value from 0 to 255. For 16-bit images, this value is scaled automatically (multiplied by 257).

The input images must have the same pixel format.

You can concatenate images from the same input source, e.g., one Camera vTool, or from two input sources, e.g., two Camera vTools. If you have two input sources, you have to synchronize these inputs using the Data Synchronizer vTool. Otherwise, errors may occur sporadically because the inputs aren't in synch and therefore can't be concatenated properly.

vToolの設定#

To configure the Image Concatenation vTool, double-click it in the Workbench. A dialog opens showing all the available settings. Alternatively, you can find the same settings in the Features - All pane.

You can view the result of the image concatenation in a pin data view.

入力#

Image1#

Accepts images directly from a Camera vTool or any other vTool that outputs images.

Image2#

Accepts images directly from a Camera vTool or any other vTool that outputs images.

出力#

画像#

Returns the concatenated image in the same pixel format as the input images. The output dimensions depend on the sizes of the input images and the offset settings.

サポートされているPixel Format#

The following pixel formats are supported natively:

  • Mono 8
  • Mono 16
  • Bayer XX 8
  • Bayer XX 16
  • RGB 8
  • RGB 16
  • BGR 8
  • BGR 16
  • BGRA 8
  • BGRA 16

The following formats are accepted and converted internally before processing:

  • YCbCr422_8
  • YUV422_8

典型的な先行機#

典型的な後継機#

  • Any vTool that accepts input of data type Image.