Back to Aurora Vision Library Lite website

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

JoinProfilesIntoImage


Header: AVL.h
Namespace: avl

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 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.