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
Input will be modified ioState JoinProfilesIntoImage_OfSeriesState
Input value inProfile Profile Input profile
Input value inSeriesSize int 1 - Number of profiles that constitute a single image
Output value outImage Image | None A depth image every inSeriesSize iterations, or Nil in all other iterations