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.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::JoinProfilesIntoImage ( const atl::Array<avl::Profile>& inProfiles, avl::Image& outImage )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |
| DomainError | Input profiles have different X coordinates in JoinProfilesIntoImage. |


