You are here: Start » AVL.NET » AVL.PointToWorldCoordinates Method

AVL.PointToWorldCoordinates Method

Calculates real-world coordinates corresponding to the specified image coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointToWorldCoordinates(
	AvlNet.Point2D inImagePoint,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D outWorldPoint
)

Parameters

Name Type Range Default Description
inImagePointAvlNet.Point2D
inWorldPlaneAvlNet.Position3DCalibrated world plane.
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per pixel, usually mm/px. Default value: 1.0f.
outWorldPointAvlNet.Point3D

See also