#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
#define ZIVID_PIMPL_VALUE_SEMANTICS(ClassName, Attributes)
Definition Pimpl.h:51
Stores the result returned by a detectMarkers(const Frame &frame, const std::vector<int> &markerIds,...
Definition DetectionResultFiducialMarkers.h:61
ZIVID_CORE_EXPORT const std::vector< MarkerShape > & detectedMarkers() const
Get the ids of the detected fiducial markers.
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the detection result.
ZIVID_CORE_EXPORT bool valid() const
Test if the detection result is valid.
ZIVID_CORE_EXPORT const std::vector< int > & allowedMarkerIds() const
Fetch the allowed marker ids this detection result was made with.
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