You are here: Start » AVL.NET » AVL.JoinImages_OfSeries(AvlNet.JoinImages_OfSeriesState, AvlNet.Image, AvlNet.JoinDirection, int, AvlNet.Image)
AVL.JoinImages_OfSeries(AvlNet.JoinImages_OfSeriesState, AvlNet.Image, AvlNet.JoinDirection, int, AvlNet.Image)
Creates a single image by glueing together a series of input images in horizontal or vertical direction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void JoinImages_OfSeries( ref AvlNet.JoinImages_OfSeriesState ioState, AvlNet.Image inImage, AvlNet.JoinDirection inDirection, int inSeriesSize, out AvlNet.Image outImage )
Parameters
- ioState
- Type: AvlNet.JoinImages_OfSeriesState
- inImage
- Type: AvlNet.Image
Input image - inDirection
- Type: AvlNet.JoinDirection
Direction in which images are joined - inSeriesSize
- Type: System.Int32
Number of images which are joined - outImage
- Type: AvlNet.Image
Output image
Errors
| Error type | Description |
|---|---|
| DomainError | Input images do not have the same pixel format in JoinImages_OfSeries. |
| DomainError | Input images do not have compatible dimensions in JoinImages_OfSeries. |
