Cog3DRangeImagePlaneEstimator ResidualsRMSThreshold Property Cognex VisionPro
Gets or sets the Residuals RMS Threshold.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public double ResidualsRMSThreshold { get; set; }

Property Value

Type: Double
If the Residuals RMS computed for the fitted plane is above this threshold. The tool will throw. The default is HUGE_VAL.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfResidualsRMSThreshold
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is less than 0.
See Also