Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Basics » JoinProfilesIntoImage_OfSeries

JoinProfilesIntoImage_OfSeries


Header: AVL.h
Namespace: avl
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 avl::JoinProfilesIntoImage_OfSeries
(
	JoinProfilesIntoImage_OfSeriesState& ioState,
	const avl::Profile& inProfile,
	const int inSeriesSize,
	atl::Conditional<avl::Image>& outImage
)

Parameters

Name Type Range Default Description
Input will be modified ioState JoinProfilesIntoImage_OfSeriesState& Object used to maintain state of the function.
Input value inProfile const Profile& Input profile
Input value inSeriesSize const int 1 - Number of profiles that constitute a single image
Output value 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.