Back to FabImage Library Lite website
You are here: Start » Image » Image Basics » JoinProfilesIntoImage

JoinProfilesIntoImage
Header: | FIL.h |
---|---|
Namespace: | fil |
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
void fil::JoinProfilesIntoImage ( const ftl::Array<fil::Profile>& inProfiles, fil::Image& outImage )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |
DomainError | Input profiles have different X coordinates in JoinProfilesIntoImage. |