You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms » AVL.JoinImages_OfSeries

AVL.JoinImages_OfSeries

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void JoinImages_OfSeries
(
	AvlNet.JoinImages_OfSeriesState ioState,
	AvlNet.Image inImage,
	AvlNet.JoinDirection inDirection,
	int inSeriesSize,
	int inMargin,
	INullable<AvlNet.Image> outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.JoinImages_OfSeriesState
inImageAvlNet.ImageInput image.
inDirectionAvlNet.JoinDirectionDirection in which images are joined.
inSeriesSizeint<1, INF>Number of images which are joined.
inMarginint<0, INF>0Thickness (in pixels) of black frame around joined images. Default value: 0.
outImageAvlNet.INullable<AvlNet.Image>Output image. This parameter cannot be null.

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.

See also