Click or drag to resize

CameraVerification Class

An assessment of the current dimension trueness of a camera at a specific location
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.CalibrationCameraVerification

Namespace:  Zivid.NET.Experimental.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class CameraVerification : IDisposable

The CameraVerification type exposes the following members.

Properties
  NameDescription
Public propertyLocalDimensionTrueness
Get the estimated local dimension trueness error
Public propertyPosition
Get the location at which the measurement was made
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CameraVerification
Public methodGetNativePtr
Public methodToString (Overrides ObjectToString.)
Top
Remarks
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.
See Also