CalibrationResidual Constructor (Double, Double) |
Constructs a calibration residual instance
Namespace:
Zivid.NET.HandEye
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic CalibrationResidual(
double rotation,
double translation
)
Public Sub New (
rotation As Double,
translation As Double
)
public:
CalibrationResidual(
double rotation,
double translation
)
Parameters
- rotation
- Type: SystemDouble
Residual for rotation part - translation
- Type: SystemDouble
Residual for translation part
See Also