Back to Adaptive Vision Library website
You are here: Start » Function Reference » Conversions » RealArrayToPixelArray
RealArrayToPixelArray
Converts an array of real values to an array of pixels.
Syntax
C++
C#
void avl::RealArrayToPixelArray ( const atl::Array<atl::real>& inValues, atl::Array<avl::Pixel>& outPixels )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inValues | const Array<real>& | ||
![]() |
outPixels | Array<Pixel>& |


