Gets/sets a threshold used to specify the desired quality of the pose
estimation. The threshold specifies the maximum allowed RMS value of
the distances between the rays of 2D features and their corresponding
mapped 3D model feature. If the threshold is exceeded, then the crsp2D3Ds
having the largest impact on the RMS residuals are
considered outliers. Default value is HUGE_VAL.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.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