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.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic double ConvertPixelLengthToWorldLength(
double lengthPixel
)
Parameters
- lengthPixel Double
- The distance in pixel coordinates.
Return Value
DoubleThe distance in world coordinates.
See Also