Back to Aurora Vision Library Lite website

You are here: Start » Conversions » RealArrayToPixelArray

RealArrayToPixelArray


Header: AVL.h
Namespace: avl

Converts an array of real values to an array of pixels.

Syntax

void avl::RealArrayToPixelArray
(
	const atl::Array<float>& inValues,
	atl::Array<avl::Pixel>& outPixels
)

Parameters

Name Type Default Description
Input value inValues const Array<float>&
Output value outPixels Array<Pixel>&