ICogCalibCheckerboardWarpParams WarpMaxErrorInPixels Property Cognex VisionPro 9.8 SR1
The maximum error allowed during image warping, measured in pixels of the calibration image. It limits the error between a mathematically perfect warping and the (much faster) one implemented by this object. Smaller values yield more accurate warping.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.0.0.0
Syntax

double WarpMaxErrorInPixels { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCalibCheckerboard Changed

In linear mode, fires when the value of this property changes. In warping mode, fires when the value of this property changes and step 3 has not completed.

The following state flag may be affected:

CogCalibCheckerboard Changed

In warping mode, fires when the value of this property changes and step 3 has been completed. If step 5 was completed, the following state flags are affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is <= 0.0.

Remarks

The maximum error allowed during image warping, measured in pixels of the calibration image. It limits the error between a mathematically perfect warping and the (much faster) one implemented by this object. Smaller values yield more accurate warping.

Default Value: 0.01

See Also