Back to Aurora Vision Library Lite website

You are here: Start » Conversions » ProfileToRealArray

ProfileToRealArray


Header: AVL.h
Namespace: avl

Converts a profile to an array of real numbers.

Syntax

void avl::ProfileToRealArray
(
	const avl::Profile& inProfile,
	atl::Array<float>& outArray
)

Parameters

Name Type Default Description
Input value inProfile const Profile& Input profile
Output value outArray Array<float>&