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