HandEyeOutputTransform Method |
Hand eye transform
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public float[,] Transform()
Public Function Transform As Single(,)
public:
array<float,2>^ Transform()
Return Value
Type:
SinglePose instance
Remarks
A 4x4 matrix describing eye-to-hand or eye-in-hand transformation.
An exception is thrown if the result is not valid.
See Also