Zivid C++ API 2.13.1+18e79e79-1
|
#include "Zivid/Calibration/Pose.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Detail/Pimpl.h"
#include "Zivid/Point.h"
#include <ostream>
Go to the source code of this file.
Classes | |
class | Zivid::Calibration::DetectionResult |
A result returned by the detectCalibrationBoard(...) 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 DetectionResult &result) |
Serialize the value to a stream. | |