Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Public Member Functions | List of all members
Zivid::Experimental::Calibration::CameraVerification Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ localDimensionTrueness()

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.

Returns
Estimated local dimension trueness

◆ position()

ZIVID_CORE_EXPORT Zivid::PointXYZ Zivid::Experimental::Calibration::CameraVerification::position ( ) const

Get the location at which the measurement was made

Returns
Location (XYZ) in the camera reference frame

◆ toString()

ZIVID_CORE_EXPORT std::string Zivid::Experimental::Calibration::CameraVerification::toString ( ) const

Get string representation of the camera assessment

Returns
Assessment as string

The documentation for this class was generated from the following file: