Click or drag to resize

BasePluginCameraConvertPixelLengthToWorldLength(Double) Method

Converts a distance, given in pixel coordinates, into the same distance in world coordinates. The downscale factor is taken into account.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public double ConvertPixelLengthToWorldLength(
	double lengthPixel
)

Parameters

lengthPixel  Double
The distance in pixel coordinates.

Return Value

Double
The distance in world coordinates.
See Also