Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
An assessment of the current dimension trueness of a camera at a specific location More...
#include <Zivid/Experimental/Calibration/InfieldCorrection.h>
Public Member Functions | |
ZIVID_CORE_EXPORT float | localDimensionTrueness () const |
Get the estimated local dimension trueness More... | |
ZIVID_CORE_EXPORT Zivid::PointXYZ | position () const |
Get the location at which the measurement was made More... | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get string representation of the camera assessment More... | |
An assessment of the current dimension trueness of a camera at a specific location
The given dimension trueness includes the effects of any in-field correction stored on the camera at the time of capture. In other words, a camera with sub-optimal factory-settings trueness but a good in-field correction will show good results here.
ZIVID_CORE_EXPORT float Zivid::Experimental::Calibration::CameraVerification::localDimensionTrueness | ( | ) | const |
Get the estimated local dimension trueness
The dimension trueness represents the relative deviation between the measured size of the calibration object and the true size of the calibration object, including the effects of any in-field correction stored on the camera at the time of capture. Note that this estimate is local, i.e. only valid for the region of space very close to the calibration object.
The returned value is a fraction (relative trueness error). Multiply by 100 to get trueness in percent.
ZIVID_CORE_EXPORT Zivid::PointXYZ Zivid::Experimental::Calibration::CameraVerification::position | ( | ) | const |
Get the location at which the measurement was made
ZIVID_CORE_EXPORT std::string Zivid::Experimental::Calibration::CameraVerification::toString | ( | ) | const |
Get string representation of the camera assessment