91 const std::vector<int> &allowedMarkerIds,
#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
Stores the result returned by a detectMarkers(const Frame &frame, const std::vector<int> &markerIds,...
Definition DetectionResultFiducialMarkers.h:61
A result returned by the detectCalibrationBoard(...) call.
Definition DetectionResult.h:61
Holds information about fiducial markers such as ArUco or AprilTag for detection.
Definition MarkerDictionary.h:65
Interface to one Zivid camera.
Definition Camera.h:69
A frame captured by a Zivid camera.
Definition Frame.h:70
Point cloud with x, y, z, RGB color and SNR laid out on a 2D grid.
Definition PointCloud.h:70
ZIVID_CORE_EXPORT DetectionResult detectFeaturePoints(const PointCloud &cloud)
Detects feature points from a calibration board in a point cloud.
ZIVID_CORE_EXPORT Frame captureCalibrationBoard(Zivid::Camera &camera)
Capture calibration board with the given camera.
ZIVID_CORE_EXPORT DetectionResult detectCalibrationBoard(Zivid::Camera &camera)
Detects feature points from a calibration board using the given camera.
ZIVID_CORE_EXPORT DetectionResultFiducialMarkers detectMarkers(const Frame &frame, const std::vector< int > &allowedMarkerIds, const MarkerDictionary &markerDictionary)
Detects fiducial markers such as ArUco markers in a frame.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56