CogCalibFeatureExtractorCheckerboard CheckersCoverFOV Property Cognex VisionPro 9.22
Gets/sets whether the checkers entirely cover the field of view.

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

public bool CheckersCoverFOV { get; set; }

Property Value

Type: Boolean
The default value is false.
Events

Remarks

Note that the purpose of CheckersCoverFOV is to improve speed performance when the checker coverage is known. CheckersCoverFOV should only be set to true if it is known beforehand that the checkers will cover the entire image for each camera at each pose.

Note that CheckersCoverFOV is only used when Algorithm is Exhaustive.

See Also