HandEyeResidual Constructor (Single, Single) |
Constructs a hand-eye residual instance
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public HandEyeResidual(
float rotation,
float translation
)
Public Sub New (
rotation As Single,
translation As Single
)
public:
HandEyeResidual(
float rotation,
float translation
)
Parameters
- rotation
- Type: SystemSingle
Residual for rotation part - translation
- Type: SystemSingle
Residual for translation part
See Also