You are here: Start » AVL.NET » AVL.JoinProfilesIntoImage Method
AVL.JoinProfilesIntoImage Method
Creates an image by joining an array of 1D profiles into consecutive image rows.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void JoinProfilesIntoImage( AvlNet.Profile[] inProfiles, out AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfiles | AvlNet.Profile | |||
![]() | outImage | AvlNet.Image | Output image. |
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |


