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

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

public double CheckerAngleMax { get; set; }

Property Value

Type: Double
The default value is Math.PI (in radians, i.e. positive 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 smaller than CheckerAngleMin, then CheckerAngleMin will be changed to the new CheckerAngleMax.

See Also