JoinProfilesIntoImage_OfSeries
Creates an image by joining 1D profiles, which appear in consecutive iterations.
Applications:Usually used for merging 3D profiles into a depth image.
Syntax
C++
Python
def JoinProfilesIntoImage_OfSeries( state: JoinProfilesIntoImage_OfSeriesState, inProfile: Profile, inSeriesSize: int, / ) -> outImage: Image | None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | JoinProfilesIntoImage_OfSeriesState | |||
![]() |
inProfile | Profile | Input profile | ||
![]() |
inSeriesSize | int | 1 - ![]() |
Number of profiles that constitute a single image | |
![]() |
outImage | Image | None | A depth image every inSeriesSize iterations, or Nil in all other iterations |




