You are here: Start » AVL.NET » AVL.DistanceToWorldCoordinates Method
AVL.DistanceToWorldCoordinates Method
Calculates a distance in real-world units.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
public static void DistanceToWorldCoordinates( float inImageDistance, float inResolution, out float outWorldDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageDistance | float | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per pixel, usually mm/px. Default value: 1.0f. |
![]() | outWorldDistance | float |