CogCalibFeatureExtractorCheckerboard CheckerAngleMin Property Cognex VisionPro 9.24
Gets/sets the minimum angle of checker orientations. Note that if the new value is larger than CheckerAngleMax, then CheckerAngleMax will be changed to the new CheckerAngleMin.

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

public double CheckerAngleMin { get; set; }

Property Value

Type: Double
The default value is -Math.PI (in radians, i.e. negative 180 degrees).
Events

Remarks

The purpose of CheckerAngleMin and CheckerAngleMax is to improve speed performance when the checker orientations are known.

CheckerAngleMin and CheckerAngleMax are only used when Algorithm is Exhaustive.

Note that if the new value is larger than CheckerAngleMax, then CheckerAngleMax will be changed to the new CheckerAngleMin.

See Also