![]()  | 
  
    Zivid C++ API 2.12.0+6afd4961-1
    
   | 
 
#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.   | |