You are here: Start » AVL.NET » AVL.JoinProfilesIntoImage_OfSeries(AvlNet.JoinProfilesIntoImage_OfSeriesState, AvlNet.Profile, int, AvlNet.Image)
AVL.JoinProfilesIntoImage_OfSeries(AvlNet.JoinProfilesIntoImage_OfSeriesState, AvlNet.Profile, int, AvlNet.Image)
Creates an image by joining 1D profiles, which appear in consecutive iterations.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void JoinProfilesIntoImage_OfSeries( ref AvlNet.JoinProfilesIntoImage_OfSeriesState ioState, AvlNet.Profile inProfile, int inSeriesSize, out AvlNet.Image outImage )
Parameters
- ioState
- Type: AvlNet.JoinProfilesIntoImage_OfSeriesState
- inProfile
- Type: AvlNet.Profile
Input profile - inSeriesSize
- Type: System.Int32
Number of profiles that constitute a single image - outImage
- Type: AvlNet.Image
A depth image every inSeriesSize iterations, or Nil in all other iterations
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage_OfSeries. |
