Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms » JoinImages_OfArray

JoinImages_OfArray


Module: FoundationLite

Creates a single image by glueing together many input images in horizontal or vertical direction.

Name Type Range Description
inImages ImageArray Array of input images
inDirection JoinDirection Direction in which images are joined
inMargin Integer 0 - Thickness (in pixels) of black frame around joined images
outImage Image Output image

Examples

JoinImages used to join multiple image stripes into a single image.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input images do not have compatible dimensions in JoinImages_OfArray.
DomainError Input images do not have the same pixel format in JoinImages_OfArray.
DomainError Unknown value of JoinDirection in JoinImages_OfArray.

Complexity Level

This filter is available on Basic Complexity Level.