CameraVerificationLocalDimensionTrueness Property |
Get the estimated local dimension trueness error
Namespace:
Zivid.NET.Experimental.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public float LocalDimensionTrueness { get; }
Public ReadOnly Property LocalDimensionTrueness As Single
Get
public:
property float LocalDimensionTrueness {
float get ();
}
Return Value
Type:
SingleEstimated local dimension trueness error
Remarks
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 error in percent.
See Also