Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » JoinProfilesIntoImage_OfSeries
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates an image by joining 1D profiles, which appear in consecutive iterations.
Applications: Usually used for merging 3D profiles into a depth image.
Syntax
C++
C#
void fil::JoinProfilesIntoImage_OfSeries ( JoinProfilesIntoImage_OfSeriesState& ioState, const fil::Profile& inProfile, const int inSeriesSize, ftl::Conditional<fil::Image>& outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | JoinProfilesIntoImage_OfSeriesState& | Object used to maintain state of the function. | ||
![]() |
inProfile | const Profile& | Input profile | ||
![]() |
inSeriesSize | const int | 1 - ![]() |
Number of profiles that constitute a single image | |
![]() |
outImage | Conditional<Image>& | A depth image every inSeriesSize iterations, or Nil in all other iterations |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage_OfSeries. |