CogCalibFeatureExtractorCheckerboard PrecisionThreshold Property Cognex VisionPro 9.24
Gets/sets the threshold for discarding vertices with excessive positional uncertainty. This is specified in pixels.

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

public double PrecisionThreshold { get; set; }

Property Value

Type: Double
The default value is HUGE_VAL (the largest representable value of type double).
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the input value is less than 0 in the setter.
Remarks

Due to noise and distortion, there are errors in the computed vertex positions. The algorithm internally estimates the position uncertainty for all found vertices, and excludes those from the final result whose position uncertainty estimates exceed the threshold specified here.
See Also