Click or drag to resize

CalibrationResidual Constructor (Double, Double)

Constructs a calibration residual instance

Namespace:  Zivid.NET.HandEye
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public CalibrationResidual(
	double rotation,
	double translation
)

Parameters

rotation
Type: SystemDouble
Residual for rotation part
translation
Type: SystemDouble
Residual for translation part
See Also