|
ZIVID_CORE_EXPORT Zivid::Calibration::DetectionResult | Zivid::Experimental::Calibration::detectFeaturePoints (Zivid::Camera &camera) |
| Detects feature points from a calibration object. More...
|
|
ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Calibration::operator<< (std::ostream &stream, const InfieldCorrectionInput &input) |
| Serialize the value to a stream More...
|
|
ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Calibration::operator<< (std::ostream &stream, const CameraVerification &cameraVerification) |
| Serialize the value to a stream More...
|
|
ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Calibration::operator<< (std::ostream &stream, const AccuracyEstimate &accuracyEstimate) |
| Serialize the value to a stream More...
|
|
ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Calibration::operator<< (std::ostream &stream, const CameraCorrection &cameraCorrection) |
| Serialize the value to a stream More...
|
|
ZIVID_CORE_EXPORT CameraVerification | Zivid::Experimental::Calibration::verifyCamera (const InfieldCorrectionInput &input) |
| Verify the current camera trueness based on a single measurement More...
|
|
ZIVID_CORE_EXPORT CameraCorrection | Zivid::Experimental::Calibration::computeCameraCorrection (const std::vector< InfieldCorrectionInput > &dataset) |
| Calculate new in-field camera correction More...
|
|
ZIVID_CORE_EXPORT void | Zivid::Experimental::Calibration::writeCameraCorrection (Zivid::Camera &camera, const CameraCorrection &cameraCorrection) |
| Write the in-field correction on a camera More...
|
|
ZIVID_CORE_EXPORT void | Zivid::Experimental::Calibration::resetCameraCorrection (Zivid::Camera &camera) |
| Reset the in-field correction on a camera to factory settings More...
|
|
ZIVID_CORE_EXPORT bool | Zivid::Experimental::Calibration::hasCameraCorrection (const Zivid::Camera &camera) |
| Check if the camera has an in-field correction written to it More...
|
|
ZIVID_CORE_EXPORT std::chrono::time_point< std::chrono::system_clock > | Zivid::Experimental::Calibration::cameraCorrectionTimestamp (const Zivid::Camera &camera) |
| Get the time at which the camera's in-field correction was created More...
|
|