Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Image Basics » JoinProfilesIntoImage
Creates an image by joining an array of 1D profiles into consecutive image rows.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inProfiles | ProfileArray | |
![]() |
outImage | Image | Output image |
Applications
Usually used for merging 3D profiles into a depth image.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |
| DomainError | Input profiles have different X coordinates in JoinProfilesIntoImage. |
Complexity Level
This filter is available on Advanced Complexity Level.


