Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Spatial Transforms » JoinImages_OfArray
JoinImages_OfArray
Creates a single image by glueing together many input images in horizontal or vertical direction.
Syntax
C++
C#
void avl::JoinImages_OfArray ( const atl::Array<avl::Image>& inImages, avl::JoinDirection::Type inDirection, avl::Image& outImage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImages | const Array<Image>& | Array of input images | |
![]() |
inDirection | JoinDirection::Type | Direction in which images are joined | |
![]() |
outImage | Image& | Output image |
Examples
![]() |
![]() |
![]() |
|
![]() |
|
![]() |
JoinImages used to join multiple image stripes into a single image.
Errors
| Error type | Description |
|---|---|
| DomainError | Input images do not have the same pixel format in JoinImages_OfArray. |
| DomainError | Input images do not have compatible dimensions in JoinImages_OfArray. |
| DomainError | Unknown value of JoinDirection in JoinImages_OfArray. |







