CogCalibFeatureExtractorCheckerboard UniformLighting Property Cognex VisionPro 9.10
Gets/sets the flag to indicate whether the checkerboard is uniformly illuminated in the run-time images.

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

public bool UniformLighting { get; set; }

Property Value

Type: Boolean
The default value is false.
Events

Remarks

When set to true, the extractor expects the light checkers to be uniformly illuminated, and uses an efficient technique for finding the vertices which can improve the speed performance.

However, if in fact the illumination is not uniform, this technique may not find certain vertices that are severely affected by the non-uniform lighting.

When set to false, the tool performs better in presence of severe non-uniform lighting, and may find more vertices.

See Also