Back to Aurora Vision Library website

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

JoinProfilesIntoImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

C++
C#
 
void avl::JoinProfilesIntoImage
(
	const atl::Array<avl::Profile>& inProfiles,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inProfiles const Array<Profile>&
Output value outImage Image& Output image

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.