CogCalibFeatureExtractorCheckerboard Constructor (Double, Double)Cognex VisionPro
Construct this CogCalibFeatureExtractorCheckerboard using the specified grid pitch.

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

public CogCalibFeatureExtractorCheckerboard(
	double initialGridPitchX,
	double initialGridPitchY
)

Parameters

initialGridPitchX
Type: System Double
The x value of the initial grid pitch for the calibration plate.
initialGridPitchY
Type: System Double
The y value of the initial grid pitch for the calibration plate.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptioninitialGridPitchX, or initialGridPitchX is less than or equal to 0.
See Also