Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » RealArrayToProfile

RealArrayToProfile


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an array of real numbers to a profile.

Syntax

C++
C#
 
void avl::RealArrayToProfile
(
	const atl::Array<float>& inArray,
	avl::Profile& outProfile
)

Parameters

Name Type Default Description
Input value inArray const Array<float>&
Output value outProfile Profile& Output profile