Gets/sets the threshold for discarding vertices with excessive
positional uncertainty. This is specified in pixels.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleThe default value is HUGE_VAL (the largest representable value of type double).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the input value is less than 0 in the setter. |
Remarks
See Also