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


