CogCalibCheckerboard CalibrationImage Property Cognex VisionPro
The image of the checkerboard calibration plate. Each tile on the plate must be at least 15 pixels high and wide. During calibration the vertex points (where four tiles meet) will be used to compute the calibration transform.

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

public ICogImage CalibrationImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
CogCalibCheckerboard Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogCalibCheckerboard Changed

Fires when the value of this property changes and full or partial calibration is completed. The actual state flags affected depend on which calibration steps were completed. Calibration StepState Flags AffectedStep 1

Step 2 and higherStep 3 and higher with nonlinear warping

Exceptions

ExceptionCondition
CogImageBadTypeException

The image is not an CogImage8Grey.

Remarks

The image of the checkerboard calibration plate. Each tile on the plate must be at least 15 pixels high and wide. During calibration the vertex points (where four tiles meet) will be used to compute the calibration transform.

Default Value: Null

See Also