Back to Adaptive Vision Library website
You are here: Start » Function Reference » Unit Conversions » PixelsToMillimetres
PixelsToMillimetres
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Converts a length in pixels to millimetres using the given scale [px / mm].
Syntax
void avl::PixelsToMillimetres ( atl::real inPixels, atl::real inScale, atl::real& outMillimetres )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPixels | real | ||
![]() |
inScale | real | px / mm | |
![]() |
outMillimetres | real& |


