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
inImageDistancefloat
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per pixel, usually mm/px. Default value: 1.0f.
outWorldDistancefloat

See also