Gets/sets a threshold used to specify the desired quality of the pose
estimation. The threshold specifies the maximum allowed distance
between the rays of any 2D feature and its corresponding mapped 3D
model feature. If the threshold is exceeded on one crsp2D3D, then that
crsp2D3D is considered an outlier. Default value is HUGE_VAL.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 93.1.0.0
Syntax
Property Value
Type: DoubleThe threshold of maximum residual in Phys3D.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the input argument to the setter is less than 0.0. |
See Also