Cog3DRobustPoseEstimationParametersSimple ResidualsPhys3DRmsThreshold Property Cognex VisionPro
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.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public double ResidualsPhys3DRmsThreshold { get; set; }

Property Value

Type: Double
The threshold of maximum residual in Phys3D.
Exceptions

ExceptionCondition
ArgumentException If the input argument to the setter is less than 0.0.
See Also