DetectorDetectFeaturePoints Method |
Detects feature points from a calibration object 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
Return Value
Type:
DetectionResultSee Also