JoinImages_OfSeries
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++
Python
def JoinImages_OfSeries( state: JoinImages_OfSeriesState, inImage: Image, inSeriesSize: int, inMargin: int, /, *, inDirection: JoinDirection = JoinDirection.Horizontal ) -> outImage: Image | None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | JoinImages_OfSeriesState | |||
![]() |
inImage | Image | Input image | ||
![]() |
inDirection | JoinDirection | JoinDirection.Horizontal | Direction in which images are joined | |
![]() |
inSeriesSize | int | 1 - ![]() |
Number of images which are joined | |
![]() |
inMargin | int | 0 - ![]() |
Thickness (in pixels) of black frame around joined images | |
![]() |
outImage | Image | None | Output image |




