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
)
Public Shared Function DetectFeaturePoints (
pointCloud As PointCloud
) As DetectionResult
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:
DetectionResultRemarks
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