Click or drag to resize

DetectorDetectCalibrationBoard Method (Camera)

Detects feature points from a calibration board using the given camera

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static DetectionResult DetectCalibrationBoard(
	Camera camera
)

Parameters

camera
Type: Zivid.NETCamera
Camera to be used to capture the calibration board

Return Value

Type: DetectionResult
Remarks
The functionality is to be exclusively used in combination with Zivid verified calibration boards. For further information please visit Zivid help page. This function will perform a relatively slow but high-quality point cloud capture with the given camera. This function is necessary for applications that require very high-accuracy DetectionResult, such as in-field verification/correction.
See Also