Zivid C++ API 2.13.1+18e79e79-1
DetectionResultFiducialMarkers.h File Reference
#include <Zivid/Calibration/MarkerShape.h>
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/Pimpl.h>
#include <ostream>
#include <vector>

Go to the source code of this file.

Classes

class  Zivid::Calibration::DetectionResultFiducialMarkers
 Stores the result returned by a detectMarkers(const Frame &frame, const std::vector<int> &markerIds, const MarkerDictionary &markerDictionary) call. More...
 

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.
 
namespace  Zivid::Calibration
 

Functions

ZIVID_CORE_EXPORT std::ostream & Zivid::Calibration::operator<< (std::ostream &stream, const DetectionResultFiducialMarkers &result)
 Serialize the value to a stream.