Image Stitcher vTool#
You can stitch images horizontally or vertically. You can also specify horizontal and vertical offsets to create image-in-image effects or arrange the images diagonally. The image at the Image2 input pin appears in front of the other image in case of overlap. The offsets also only apply to image 2. The input images must have the same pixel format.
Inputs#
Image1#
Accepts images directly from a Camera vTool or any other vTool that outputs images.
- Data type: Image
- Image format: 8-bit and 16-bit mono or color images (see Supported Pixel Formats)
Image2#
Accepts images directly from a Camera vTool or any other vTool that outputs images.
- Data type: Image
- Image format: 8-bit and 16-bit mono or color images (see Supported Pixel Formats)
Outputs#
Image#
Returns the combined image in the same pixel format but with larger dimensions than the input images.
- Data type: Image
- Image format: Color or mono images (see Supported Pixel Formats)
Supported Pixel Formats#
The following pixel formats are supported natively:
- Mono 8
- Mono 16
- Bayer XX 8
- Bayer XX 16
- RGB 8
- BGR 8