Back to Adaptive Vision Library Lite website
You are here: Start » Unit Conversions » MillimetresToPixels
MillimetresToPixels
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 millimetres to pixels using the given scale [px / mm].
Syntax
void avl::MillimetresToPixels ( float inMillimetres, float inScale, float& outPixels )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMillimetres | float | ||
![]() |
inScale | float | px / mm | |
![]() |
outPixels | float& |


