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
Input will be modified ioState JoinImages_OfSeriesState
Input value inImage Image Input image
Input value inDirection JoinDirection JoinDirection.Horizontal Direction in which images are joined
Input value inSeriesSize int 1 - Number of images which are joined
Input value inMargin int 0 - Thickness (in pixels) of black frame around joined images
Output value outImage Image | None Output image