Back to Aurora Vision Library Lite websiteYou are here:
Start »
Image »
Image Basics »
JoinProfilesIntoImage_OfSeries
JoinProfilesIntoImage_OfSeries
| Header: |
AVL.h
|
| Namespace: |
avl |
Creates an image by joining 1D profiles, which appear in consecutive iterations.
Applications: Usually used for merging 3D profiles into a depth image.
Syntax
void avl::JoinProfilesIntoImage_OfSeries
(
JoinProfilesIntoImage_OfSeriesState& ioState,
const avl::Profile& inProfile,
const int inSeriesSize,
atl::Conditional<avl::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. |