Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#include "Zivid/Calibration/Detector.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Matrix.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | Zivid::Calibration::MultiCameraResidual |
Representation of the estimated errors of a multi-camera calibration More... | |
class | Zivid::Calibration::MultiCameraOutput |
The results from a multi-camera calibration process 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 MultiCameraResidual &residual) |
Serialize the value to a stream More... | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::Calibration::operator<< (std::ostream &stream, const MultiCameraOutput &multiCameraOutput) |
Serialize the value to a stream More... | |
ZIVID_CORE_EXPORT MultiCameraOutput | Zivid::Calibration::calibrateMultiCamera (const std::vector< DetectionResult > &detectionResults) |
Performs multi-camera calibration. More... | |