You are here: Start » AVL.NET » AVL.JoinProfilesIntoImage_OfSeries
Creates an image by joining 1D profiles, which appear in consecutive iterations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void JoinProfilesIntoImage_OfSeries ( AvlNet.JoinProfilesIntoImage_OfSeriesState ioState, AvlNet.Profile inProfile, int inSeriesSize, INullable<AvlNet.Image> outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.JoinProfilesIntoImage_OfSeriesState | ||||
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inSeriesSize | int | <1, INF> | Number of profiles that constitute a single image. | |
![]() | outImage | AvlNet.INullable<AvlNet.Image> | A depth image every inSeriesSize iterations, or Nil in all other iterations. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage_OfSeries. |


