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

AVL.SegmentToWorldCoordinates Method

Calculates a segment in real-world coordinates corresponding to the specified segment in image coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SegmentToWorldCoordinates(
	AvlNet.Segment2D inSegment,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D[] outWorldPoints
)

Parameters

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

See also