Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Basics » JoinProfilesIntoImage
JoinProfilesIntoImage
Creates an image by joining an array of 1D profiles into consecutive image rows.
Syntax
C++
C#
void avl::JoinProfilesIntoImage ( const atl::Array<avl::Profile>& inProfiles, avl::Image& outImage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfiles | const Array<Profile>& | ||
![]() |
outImage | Image& | Output image |
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |


