CameraCorrectionAccuracyEstimate Property |
Get an estimate for expected dimension accuracy if the correction is applied to the camera
Namespace:
Zivid.NET.Experimental.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public AccuracyEstimate AccuracyEstimate { get; }
Public ReadOnly Property AccuracyEstimate As AccuracyEstimate
Get
public:
property AccuracyEstimate^ AccuracyEstimate {
AccuracyEstimate^ get ();
}
Return Value
Type:
AccuracyEstimateAn accuracy estimate
Remarks
The suggested working volume is chosen based on the properties of the input data in order to achieve
a reasonable tradeoff between accuracy and extrapolation.
See Also