Cog3DLineFitterUsing2DPointsResult MinDeltaResidualsRaw2D Property Cognex VisionPro 9.8 SR1
Gets a measure of the precision of the fitted line segment in Raw2D space.

Note that larger residuals indicate a more precise fitted line segment result (because the more the residuals increase per line segment perturbation, the more accurately the line segment is localized).

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

public Cog3DResiduals MinDeltaResidualsRaw2D { get; }

Property Value

Type: Cog3DResiduals
A measure of the precision of the fitted line segment (in Raw2D units).
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also