Click or drag to resize

CalibratorCalibrateEyeInHand Method

Performs eye-in-hand calibration

Namespace:  Zivid.NET.HandEye
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static CalibrationOutput CalibrateEyeInHand(
	IEnumerable<CalibrationInput> input
)

Parameters

input
Type: System.Collections.GenericIEnumerableCalibrationInput
Collection of CalibrationInput instances

Return Value

Type: CalibrationOutput
Instance of CalibrationOutput
Remarks
The procedure requires feature point sets acquired at the minimum from two poses. All the input poses have to be different. The feature point sets cannot be empty. All the feature point sets have to have same number of feature points. An exception will be thrown if the above requirements are not fulfilled.
See Also