Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms » JoinImages_OfSeries
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates a single image by glueing together a series of input images in horizontal or vertical direction.
Applications: Joining images from a line-scan camera, which produces too few lines at a time.
Syntax
C++
C#
void fil::JoinImages_OfSeries ( JoinImages_OfSeriesState& ioState, const fil::Image& inImage, fil::JoinDirection::Type inDirection, const int inSeriesSize, const int inMargin, ftl::Conditional<fil::Image>& outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | JoinImages_OfSeriesState& | Object used to maintain state of the function. | ||
![]() |
inImage | const Image& | Input image | ||
![]() |
inDirection | JoinDirection::Type | Direction in which images are joined | ||
![]() |
inSeriesSize | const int | 1 - ![]() |
Number of images which are joined | |
![]() |
inMargin | const int | 0 - ![]() |
0 | Thickness (in pixels) of black frame around joined images |
![]() |
outImage | Conditional<Image>& | Output image |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input images do not have compatible dimensions in JoinImages_OfSeries. |
DomainError | Input images do not have the same pixel format in JoinImages_OfSeries. |