#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
#define ZIVID_PIMPL_VALUE_SEMANTICS(ClassName, Attributes)
Definition Pimpl.h:51
A result returned by the detectCalibrationBoard(...) call.
Definition DetectionResult.h:61
ZIVID_CORE_EXPORT PointXYZ centroid() const
Get the centroid of the detected feature points in camera-space.
ZIVID_CORE_EXPORT Pose pose() const
Get position and orientation of the top left detected corner in camera coordinate system.
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of DetectionResult.
ZIVID_CORE_EXPORT bool valid() const
Test if DetectionResult is valid.
Describes a robot pose.
Definition Pose.h:58
ZIVID_CORE_EXPORT std::ostream & operator<<(std::ostream &stream, const DetectionResult &result)
Serialize the value to a stream.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56
Point with three coordinates as float.
Definition Point.h:60