Zivid C++ API 2.11.1+de9b5dae-1
Classes | Namespaces | Functions
MultiCamera.h File Reference
#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.
 
ZIVID_CORE_EXPORT std::ostream & Zivid::Calibration::operator<< (std::ostream &stream, const MultiCameraOutput &multiCameraOutput)
 Serialize the value to a stream.
 
ZIVID_CORE_EXPORT MultiCameraOutput Zivid::Calibration::calibrateMultiCamera (const std::vector< DetectionResult > &detectionResults)
 Performs multi-camera calibration.