CogCalibCheckerboardWarpParams WarpMaxErrorInPixels Property Cognex VisionPro
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.Implementation.Internal
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

public virtual double WarpMaxErrorInPixels { get; set; }

Property Value

Type: Double

Implements

ICogCalibCheckerboardWarpParams WarpMaxErrorInPixels
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