CalibrationOutputHandEyeTransform Method |
Hand eye transform
Namespace:
Zivid.NET.HandEye
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic double[,] HandEyeTransform()
Public Function HandEyeTransform As Double(,)
public:
array<double,2>^ HandEyeTransform()
Return Value
Type:
DoublePose 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