CogCalibFeatureExtractorCheckerboard NeedBothCheckers Property Cognex VisionPro 9.8 SR1
Gets/sets the flag to indicate whether the tool should find only vertices shared by two interior light checkers.

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

public bool NeedBothCheckers { get; set; }

Property Value

Type: Boolean
The default value is true.
Events

Remarks

When set to true, the extractor will find only those vertices belonging simultaneously to two interior light checkers.

An interior checker is one that does not touch the image boundary or the border of the calibration plate.

When set to false, the extractor will attempt to find all vertices of all interior light checkers.

See Also