JoinProfilesIntoImage


Creates an image by joining an array of 1D profiles into consecutive image rows.

Applications:Usually used for merging 3D profiles into a depth image.

Syntax

C++
Python
 
def JoinProfilesIntoImage(
	inProfiles: list[Profile],
	outImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inProfiles list[Profile]
Output value outImage Image Output image