Click or drag to resize

DetectorDetectFeaturePoints Method

Detects feature points from a calibration board in a point cloud.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static DetectionResult DetectFeaturePoints(
	PointCloud pointCloud
)

Parameters

pointCloud
Type: Zivid.NETPointCloud
Point cloud from a frame containing an image of a 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 method is deprecated as of SDK 2.9. Instead you should use DetectCalibrationBoard(Frame).
See Also